mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
CMakePresets.json: add release build preset
This commit is contained in:
parent
0b71704a01
commit
53fad85ed5
1 changed files with 8 additions and 0 deletions
|
|
@ -38,6 +38,14 @@
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"SRB2_CONFIG_HOSTTESTERS": "ON"
|
"SRB2_CONFIG_HOSTTESTERS": "ON"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "release",
|
||||||
|
"description": "Build for game's release",
|
||||||
|
"inherits": "default",
|
||||||
|
"cacheVariables": {
|
||||||
|
"SRB2_CONFIG_DEV_BUILD": "OFF"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"buildPresets": [
|
"buildPresets": [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue