Skip to content
Snippets Groups Projects
Commit 53fad85e authored by James R.'s avatar James R.
Browse files

CMakePresets.json: add release build preset

parent 0b71704a
No related branches found
No related tags found
No related merge requests found
......@@ -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": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment