This commit is contained in:
Mathis Logemann 2021-07-22 22:56:00 +02:00
parent 1f6a794b43
commit 01516c9603

View file

@ -79,8 +79,7 @@
}, },
"cacheVariables": { "cacheVariables": {
"CMAKE_C_COMPILER": "cl", "CMAKE_C_COMPILER": "cl",
"CMAKE_CXX_COMPILER": "cl", "CMAKE_CXX_COMPILER": "cl"
"MAPNIK_DEBUG": "ON"
}, },
"vendor": { "vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": { "microsoft.com/VisualStudioSettings/CMake/1.0": {
@ -95,7 +94,8 @@
"displayName": "Windows x64 Debug", "displayName": "Windows x64 Debug",
"inherits": "windows-default", "inherits": "windows-default",
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug" "CMAKE_BUILD_TYPE": "Debug",
"MAPNIK_DEBUG": "ON"
} }
}, },
{ {