Fixing vcpkg hopefully

This commit is contained in:
Dynamitos
2025-01-23 15:26:32 +01:00
parent 35eb7544ee
commit dbe70d0ae7
13 changed files with 71 additions and 14 deletions
+5 -4
View File
@@ -1,15 +1,16 @@
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Visual Studio 17 2022 Win64",
"name": "Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\build\\${name}",
"buildRoot": "${projectDir}\\bin\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
"ctestCommandArgs": "",
"cmakeExecutable": "C:/Program Files/CMake/bin/cmake.exe"
}
]
}