aboutsummaryrefslogtreecommitdiff
path: root/plugins/CppnExplorer/CppnExplorer.sublime-project
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 19:04:34 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 19:16:14 +0100
commite6ab4a8ed100d5d5b7611c74cf3ccd556f1f1d71 (patch)
tree129cf13c2f9b3eae54402300db4570815789a02a /plugins/CppnExplorer/CppnExplorer.sublime-project
Initial commitHEADmaster
Diffstat (limited to 'plugins/CppnExplorer/CppnExplorer.sublime-project')
-rw-r--r--plugins/CppnExplorer/CppnExplorer.sublime-project41
1 files changed, 41 insertions, 0 deletions
diff --git a/plugins/CppnExplorer/CppnExplorer.sublime-project b/plugins/CppnExplorer/CppnExplorer.sublime-project
new file mode 100644
index 0000000..dee3d7f
--- /dev/null
+++ b/plugins/CppnExplorer/CppnExplorer.sublime-project
@@ -0,0 +1,41 @@
+{
+ "build_systems":
+ [
+ {
+ "cmd":
+ [
+ "make",
+ "-C",
+ "${project_path}"
+ ],
+ "name": "Build"
+ },
+ {
+ "cmd":
+ [
+ "make",
+ "clean",
+ "-C",
+ "${project_path}"
+ ],
+ "name": "Clean"
+ }
+ ],
+ "folders":
+ [
+ {
+ "file_exclude_patterns":
+ [
+ "*.sublime-project",
+ "*.sublime-workspace"
+ ],
+ "folder_exclude_patterns":
+ [
+ "obj",
+ "lib",
+ "Algorithm Documentation"
+ ],
+ "path": "."
+ }
+ ]
+}