We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e487c78 commit 34f853cCopy full SHA for 34f853c
1 file changed
CMakeBuilder.sublime-commands
@@ -0,0 +1,26 @@
1
+[
2
+ {
3
+ "command": "cmake_open_build_folder",
4
+ "caption": "CMakeBuilder: Browse Build Folder…"
5
+ },
6
7
+ "command": "cmake_configure",
8
+ "caption": "CMakeBuilder: Configure"
9
10
11
+ "command": "cmake_write_build_targets",
12
+ "caption": "CMakeBuilder: Write Build Targets to Sublime Project File"
13
14
15
+ "command": "cmake_clear_cache",
16
+ "caption": "CMakeBuilder: Clear Cache"
17
18
19
+ "command": "cmake_run_ctest",
20
+ "caption": "CMakeBuilder: Run CTest",
21
22
23
+ "command": "cmake_diagnose",
24
+ "caption": "CMakeBuilder: Diagnose (What Should I Do?)"
25
+ }
26
+]
0 commit comments