osb/source/CMakeSettings.json

25 lines
714 B
JSON

{
"configurations": [
{
"name": "x64-RelWithDebInfo",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\..\\build",
"installRoot": "${projectDir}\\..\\out\\install\\${name}",
"cmakeCommandArgs": "-DCMAKE_INCLUDE_PATH=\"..\\lib\\windows\\include\" -DCMAKE_LIBRARY_PATH=\"..\\lib\\windows\"",
"variables": [
{
"name": "STAR_ENABLE_STEAM_INTEGRATION",
"value": "True",
"type": "BOOL"
},
{
"name": "STAR_ENABLE_DISCORD_INTEGRATION",
"value": "True",
"type": "BOOL"
}
]
}
]
}