Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. {
  2. "configurations": [
  3. {
  4. "name": "x64-Release",
  5. "generator": "Ninja",
  6. "configurationType": "RelWithDebInfo",
  7. "inheritEnvironments": [
  8. "msvc_x64_x64"
  9. ],
  10. "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
  11. "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
  12. "cmakeCommandArgs": "",
  13. "buildCommandArgs": "-v",
  14. "ctestCommandArgs": ""
  15. },
  16. {
  17. "name": "x64-Debug",
  18. "generator": "Ninja",
  19. "configurationType": "Debug",
  20. "inheritEnvironments": [
  21. "msvc_x64_x64"
  22. ],
  23. "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
  24. "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
  25. "cmakeCommandArgs": "",
  26. "buildCommandArgs": "-v",
  27. "ctestCommandArgs": ""
  28. }
  29. ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement