mirror of https://github.com/Nheko-Reborn/nheko
parent
01e38d12ed
commit
be9df45af9
@ -1,46 +1,66 @@ |
|||||||
{ |
{ |
||||||
"configurations": [ |
"configurations": [ |
||||||
{ |
{ |
||||||
"name": "Debug", |
"name": "Debug", |
||||||
"generator": "Visual Studio 15 2017 Win64", |
"generator": "Visual Studio 16 2019 Win64", |
||||||
"configurationType": "Debug", |
"configurationType": "Debug", |
||||||
"buildRoot": "${workspaceRoot}\\build-vc\\${name}", |
"buildRoot": "${workspaceRoot}\\build-vc\\${name}", |
||||||
"cmakeCommandArgs": "", |
"cmakeCommandArgs": "", |
||||||
"variables": [ |
"variables": [ |
||||||
{ |
{ |
||||||
"name": "CMAKE_TOOLCHAIN_FILE", |
"name": "HUNTER_ENABLED", |
||||||
"value": "${workspaceRoot}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake" // <-- change vcpkg location here |
"value": "OFF", |
||||||
}, |
"type": "BOOL" |
||||||
{ |
}, |
||||||
"name": "CMAKE_INSTALL_PREFIX", |
{ |
||||||
"value": "${workspaceRoot}/.deps" |
"name": "BUILD_SHARED_LIBS", |
||||||
}, |
"value": "ON", |
||||||
{ |
"type": "BOOL" |
||||||
"name": "Qt5_DIR", |
}, |
||||||
"value": "C:\\Qt\\5.11.1\\msvc2017_64\\lib\\cmake\\Qt5" // <-- change qt location here |
{ |
||||||
} |
"name": "CMAKE_INSTALL_PREFIX", |
||||||
] |
"value": "${workspaceRoot}/.deps", |
||||||
}, |
"type": "STRING" |
||||||
{ |
}, |
||||||
"name": "Release", |
{ |
||||||
"generator": "Visual Studio 15 2017 Win64", |
"name": "Qt5_DIR", |
||||||
"configurationType": "Release", |
"value": "C:\\Qt\\5.12.5\\msvc2017_64\\lib\\cmake\\Qt5", // <-- change qt location here |
||||||
"buildRoot": "${workspaceRoot}\\build-vc\\${name}", |
"type": "STRING" |
||||||
"cmakeCommandArgs": "", |
} |
||||||
"variables": [ |
], |
||||||
{ |
"cmakeToolchain": "${workspaceRoot}\\toolchain.cmake", |
||||||
"name": "CMAKE_TOOLCHAIN_FILE", |
"inheritEnvironments": [ "msvc_x64" ] |
||||||
"value": "${workspaceRoot}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake" // <-- change vcpkg location here |
}, |
||||||
}, |
{ |
||||||
{ |
"name": "Release", |
||||||
"name": "CMAKE_INSTALL_PREFIX", |
"generator": "Visual Studio 16 2019 Win64", |
||||||
"value": "${workspaceRoot}/.deps" |
"configurationType": "Release", |
||||||
}, |
"buildRoot": "${workspaceRoot}\\build-vc\\${name}", |
||||||
{ |
"cmakeCommandArgs": "", |
||||||
"name": "Qt5_DIR", |
"variables": [ |
||||||
"value": "C:\\Qt\\5.11.1\\msvc2017_64\\lib\\cmake\\Qt5" // <-- change qt location here |
{ |
||||||
} |
"name": "HUNTER_ENABLED", |
||||||
] |
"value": "ON", |
||||||
}, |
"type": "BOOL" |
||||||
] |
}, |
||||||
} |
{ |
||||||
|
"name": "BUILD_SHARED_LIBS", |
||||||
|
"value": "OFF", |
||||||
|
"type": "BOOL" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"name": "CMAKE_INSTALL_PREFIX", |
||||||
|
"value": "${workspaceRoot}/.deps", |
||||||
|
"type": "STRING" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"name": "Qt5_DIR", |
||||||
|
"value": "C:\\Qt\\5.12.5\\msvc2017_64\\lib\\cmake\\Qt5", // <-- change qt location here |
||||||
|
"type": "STRING" |
||||||
|
} |
||||||
|
], |
||||||
|
"cmakeToolchain": "${workspaceRoot}\\toolchain.cmake", |
||||||
|
"inheritEnvironments": [ "msvc_x64" ] |
||||||
|
} |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue