CMakeSettings.json 549 B

12345678910111213141516171819202122
  1. {
  2. "configurations": [
  3. {
  4. "name": "x64-Debug",
  5. "generator": "Ninja",
  6. "configurationType": "Debug",
  7. "inheritEnvironments": [ "msvc_x64_x64" ],
  8. "buildRoot": "${projectDir}\\out\\build\\${name}",
  9. "installRoot": "${projectDir}\\out\\install\\${name}",
  10. "cmakeCommandArgs": "",
  11. "buildCommandArgs": "",
  12. "ctestCommandArgs": "",
  13. "variables": [
  14. {
  15. "name": "Boost_INCLUDE_DIR",
  16. "value": "C:/local/boost_1_73_0",
  17. "type": "PATH"
  18. }
  19. ]
  20. }
  21. ]
  22. }