-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Main.sublime-menu
30 lines (30 loc) · 1.39 KB
/
Main.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{
"id": "tools",
"children":
[
{ "caption": "-" },
{
"caption": "XMake",
"children":
[
{ "command": "xmake_build", "caption": "Build"},
{ "command": "xmake_rebuild", "caption": "Rebuild"},
{ "command": "xmake_run", "caption": "Run"},
{ "command": "xmake_clean", "caption": "Clean"},
{ "command": "xmake_package", "caption": "Package"},
{ "command": "xmake_configure", "caption": "Configure"},
{ "command": "xmake_clean_configure", "caption": "Clean Configure"},
{ "command": "xmake_quick_start", "caption": "Quick Start"},
{ "command": "xmake_compile_commands", "caption": "Genterate Compile Commands"},
{ "command": "xmake_set_build_mode", "caption": "Set Build Mode"},
{ "command": "xmake_set_target_plat", "caption": "Set Target Platform"},
{ "command": "xmake_set_target_arch", "caption": "Set Target Architecture"},
{ "command": "xmake_set_default_target", "caption": "Set Default Target"},
{ "command": "xmake_set_build_output_level", "caption": "Set Build Output Level"}
]
},
{ "caption": "-" }
]
}
]