Skip to content

feat: Add CMakePresets.json support for cross-platform builds #461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

killerdevildog
Copy link

  • 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 #76

- 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 JeanPhilippeKernel#76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Add support of CmakePreset
2 participants