12345678910111213141516171819202122 |
- {
- "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": "Boost_INCLUDE_DIR",
- "value": "C:/local/boost_1_73_0",
- "type": "PATH"
- }
- ]
- }
- ]
- }
|