13 lines
298 B
JSON
Executable file
13 lines
298 B
JSON
Executable file
{
|
|
"version": 1,
|
|
"configurePresets": [
|
|
{
|
|
"name": "ninja-release",
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
|
"generator": "Ninja",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
}
|
|
}
|
|
]
|
|
}
|