mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
CMakePresets.json: add testers and host-testers presets
This commit is contained in:
parent
b2bd5ecccd
commit
3d9187203a
1 changed files with 18 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
|||
"CMAKE_C_FLAGS": "-fdiagnostics-color",
|
||||
"CMAKE_CXX_FLAGS": "-fdiagnostics-color",
|
||||
"SRB2_CONFIG_DEV_BUILD": "ON",
|
||||
"SRB2_CONFIG_HOSTTESTERS": "OFF",
|
||||
"SRB2_CONFIG_TESTERS": "OFF",
|
||||
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
||||
}
|
||||
},
|
||||
|
|
@ -20,6 +22,22 @@
|
|||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Debug"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "testers",
|
||||
"description": "Build for testers to use",
|
||||
"inherits": "default",
|
||||
"cacheVariables": {
|
||||
"SRB2_CONFIG_TESTERS": "ON"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "host-testers",
|
||||
"description": "Build to use when hosting, to let testers join",
|
||||
"inherits": "default",
|
||||
"cacheVariables": {
|
||||
"SRB2_CONFIG_HOSTTESTERS": "ON"
|
||||
}
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue