CMakePresets.json 334 B

123456789101112131415
  1. {
  2. "version": 4,
  3. "configurePresets": [
  4. {
  5. "name": "tutorial",
  6. "displayName": "Tutorial Preset",
  7. "description": "Preset to use with the tutorial",
  8. "binaryDir": "${sourceDir}/build",
  9. "cacheVariables": {
  10. "TUTORIAL_USE_STD_SQRT": "OFF",
  11. "TUTORIAL_ENABLE_IPO": "OFF"
  12. }
  13. }
  14. ]
  15. }