8 lines
233 B
JSON
8 lines
233 B
JSON
|
{
|
||
|
"cmake.configureSettings": {
|
||
|
"STRATAGUS_INCLUDE_DIR": "${workspaceFolder}/../stratagus/gameheaders",
|
||
|
"STRATAGUS": "stratagus"
|
||
|
},
|
||
|
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json"
|
||
|
}
|