Investigation of a tech stack for a future project
at main 27 lines 678 B view raw
1{ 2 "$schema": "https://cmake.org/cmake/help/latest/_downloads/3e2d73bff478d88a7de0de736ba5e361/schema.json", 3 "version": 8, 4 "vendor": { 5 "conan": {} 6 }, 7 "include": [ 8 "build/Release/generators/CMakePresets.json" 9 ], 10 "configurePresets": [ 11 { 12 "name": "Release", 13 "inherits": "conan-release", 14 "generator": "Ninja", 15 "cacheVariables": { 16 "CMAKE_EXPORT_COMPILE_COMMANDS": true, 17 "CMAKE_COLOR_DIAGNOSTICS": true 18 } 19 } 20 ], 21 "buildPresets": [ 22 { 23 "name": "Release", 24 "inherits": "conan-release" 25 } 26 ] 27}