mirror of
https://github.com/spicyjpeg/573in1.git
synced 2025-02-02 12:37:19 +01:00
31 lines
660 B
JSON
31 lines
660 B
JSON
|
{
|
||
|
"version": 6,
|
||
|
"cmakeMinimumRequired": {
|
||
|
"major": 3,
|
||
|
"minor": 25,
|
||
|
"patch": 0
|
||
|
},
|
||
|
"configurePresets": [
|
||
|
{
|
||
|
"name": "debug",
|
||
|
"displayName": "Debug build",
|
||
|
"description": "Build the project with -Og and assertions enabled.",
|
||
|
"generator": "Ninja",
|
||
|
"binaryDir": "${sourceDir}/build",
|
||
|
"cacheVariables": {
|
||
|
"CMAKE_BUILD_TYPE": "Debug"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "release",
|
||
|
"displayName": "Release build",
|
||
|
"description": "Build the project with -O2 and assertions disabled.",
|
||
|
"generator": "Ninja",
|
||
|
"binaryDir": "${sourceDir}/build",
|
||
|
"cacheVariables": {
|
||
|
"CMAKE_BUILD_TYPE": "Release"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|