CMakePresets.json: add release build preset

This commit is contained in:
James R 2023-08-31 18:12:09 -07:00
parent 0b71704a01
commit 53fad85ed5

View file

@ -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": [