Skip to content

Commit 34f853c

Browse files
committed
Restore CMakeBuilder.sublime-commands
1 parent e487c78 commit 34f853c

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CMakeBuilder.sublime-commands

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)