Skip to content

Instantly share code, notes, and snippets.

@SamuXarick
Created February 23, 2023 20:12
Show Gist options
  • Save SamuXarick/09b8447e00b6a08a0f6ca55924780322 to your computer and use it in GitHub Desktop.
Save SamuXarick/09b8447e00b6a08a0f6ca55924780322 to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"variables": [
{
"name": "VCPKG_TARGET_TRIPLET",
"value": "x64-windows-static",
"type": "STRING"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment