Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created May 11, 2020 20:13
Show Gist options
  • Save cicorias/806f9197a34db7193d2b522749b955b0 to your computer and use it in GitHub Desktop.
Save cicorias/806f9197a34db7193d2b522749b955b0 to your computer and use it in GitHub Desktop.
CMake and VS 2019
// 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