18 lines
361 B
JSON
18 lines
361 B
JSON
{
|
|
"version": 4,
|
|
"vendor": {
|
|
"conan": {}
|
|
},
|
|
"include": [
|
|
"build/Release/generators/CMakePresets.json"
|
|
],
|
|
"configurePresets": [
|
|
{
|
|
"name": "Build default",
|
|
"inherits": "conan-release",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
}
|
|
}
|
|
]
|
|
} |