mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Make VS CMake Preset do a 64 bit build
This commit is contained in:
@@ -53,13 +53,13 @@
|
||||
"binaryDir": "${sourceDir}/build/${presetName}",
|
||||
"architecture": {
|
||||
"strategy": "set",
|
||||
"value": "Win32"
|
||||
"value": "x64"
|
||||
},
|
||||
"cacheVariables": {
|
||||
"CMAKE_C_FLAGS": "/std:clatest",
|
||||
"CMAKE_CXX_FLAGS": "/std:c++latest",
|
||||
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
||||
}
|
||||
},
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
|
||||
Reference in New Issue
Block a user