Commit fab6d02
committed
feat: Add CMakePresets.json support for cross-platform builds
- Add comprehensive CMakePresets.json with platform-specific presets
- Support for Windows (Visual Studio), Linux (GCC), and macOS (Xcode)
- Include launcher-only build presets for simplified builds
- Add build and test presets for all configurations
- Update README.md with CMakePresets usage documentation
- Add CMakeUserPresets.json to .gitignore for user-specific settings
Resolves #761 parent 794ce0d commit fab6d02
3 files changed
+501
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| 425 | + | |
425 | 426 | | |
426 | 427 | | |
427 | 428 | | |
0 commit comments