osb/source/CMakeSettings.json

25 lines
714 B
JSON
Raw Normal View History

2023-06-20 12:34:24 +00:00
{
"configurations": [
{
"name": "x64-RelWithDebInfo",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\..\\build",
"installRoot": "${projectDir}\\..\\out\\install\\${name}",
2023-06-30 22:39:38 +00:00
"cmakeCommandArgs": "-DCMAKE_INCLUDE_PATH=\"..\\lib\\windows\\include\" -DCMAKE_LIBRARY_PATH=\"..\\lib\\windows\"",
2023-06-20 12:34:24 +00:00
"variables": [
{
"name": "STAR_ENABLE_STEAM_INTEGRATION",
"value": "True",
"type": "BOOL"
},
{
"name": "STAR_ENABLE_DISCORD_INTEGRATION",
"value": "True",
"type": "BOOL"
}
]
}
]
}