MapViewer/CMakeSettings.json

27 lines
857 B
JSON
Raw Normal View History

2021-04-14 19:04:08 +00:00
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
2022-05-03 13:52:55 +00:00
"ctestCommandArgs": ""
2021-04-17 15:58:48 +00:00
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"cmakeToolchain": "C:/Users/Robert/source/repos/vcpkg/scripts/buildsystems/vcpkg.cmake",
2022-05-03 13:52:55 +00:00
"inheritEnvironments": [ "msvc_x64_x64" ]
2021-04-14 19:04:08 +00:00
}
]
}