aboutsummaryrefslogtreecommitdiff
path: root/plugins/CppnExplorer/CppnExplorer.sublime-project
diff options
context:
space:
mode:
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": "."
+ }
+ ]
+}