mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 14:20:07 +00:00
ec45182b42
* disable asan for windows because it is too slow * add `deref` and `&deref` macros, change `case` construct * update `res` * update `case` usages * Fix some `res` methods * `res-lump` method 9
42 lines
970 B
JSON
42 lines
970 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"addressSanitizerEnabled": false,
|
|
"ctestCommandArgs": "",
|
|
"variables": [
|
|
{
|
|
"name": "INSTALL_GTEST",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Release",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"addressSanitizerEnabled": false,
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"variables": [
|
|
{
|
|
"name": "INSTALL_GTEST",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |