Enable 64 bit static build and fix linker error

This commit is contained in:
Twan van Laarhoven
2020-05-11 01:54:21 +02:00
parent 9562103f7e
commit b57d9b7615
3 changed files with 16 additions and 0 deletions
+12
View File
@@ -59,6 +59,18 @@
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ],
"variables": []
},
{
"name": "x64-Release-static",
"generator": "Ninja",
"configurationType": "Release",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-DVCPKG_TARGET_TRIPLET=x64-windows-static",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": []
}
]
}