move from imgui to CLAY
This commit is contained in:
30
autosample.sublime-project
Normal file
30
autosample.sublime-project
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".",
|
||||
"folder_exclude_patterns": ["build", ".vscode", ".vs"]
|
||||
}
|
||||
],
|
||||
"build_systems": [
|
||||
{
|
||||
"name": "nob",
|
||||
"shell_cmd": "nob.exe",
|
||||
"working_dir": "$project_path",
|
||||
"file_regex": "^(.+?)\\(([0-9]+)\\):? *(error|fatal error|warning) *\\w+: *(.*)$",
|
||||
"variants": [
|
||||
{
|
||||
"name": "Debug",
|
||||
"shell_cmd": "nob.exe debug"
|
||||
},
|
||||
{
|
||||
"name": "Clean",
|
||||
"shell_cmd": "nob.exe clean"
|
||||
},
|
||||
{
|
||||
"name": "Bootstrap",
|
||||
"shell_cmd": "cl /nologo nob.c"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user