mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 01:02:16 +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": {
|
||||
"SRB2_CONFIG_HOSTTESTERS": "ON"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "release",
|
||||
"description": "Build for game's release",
|
||||
"inherits": "default",
|
||||
"cacheVariables": {
|
||||
"SRB2_CONFIG_DEV_BUILD": "OFF"
|
||||
}
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue