Created
May 11, 2020 20:13
-
-
Save cicorias/806f9197a34db7193d2b522749b955b0 to your computer and use it in GitHub Desktop.
CMake and VS 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file. | |
"configurations": [ | |
{ | |
"name": "x64-Debug", | |
"generator": "Ninja", | |
"configurationType": "Debug", | |
"inheritEnvironments": [ "msvc_x64_x64" ], | |
"buildRoot": "${projectDir}\\out\\build\\${name}", | |
"installRoot": "${projectDir}\\out\\install\\${name}", | |
"cmakeCommandArgs": "", | |
"buildCommandArgs": "-v", | |
"ctestCommandArgs": "", | |
"variables": [ | |
{ | |
"name": "CMAKE_TOOLCHAIN_FILE", | |
"value": "C:\\g\\learn2\\cmake-learn\\.vcpkg\\scripts\\buildsystems\\vcpkg.cmake" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment