Skip to content
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

Extend the cbuild to optionally call cbuild2cmake instead of cbuildgen #165

Closed
brondani opened this issue Feb 6, 2024 · 0 comments
Closed
Assignees

Comments

@brondani
Copy link
Collaborator

brondani commented Feb 6, 2024

Introduce a command line option (e.g. --cmake or --cbuild2cmake) for instructing cbuild to optionally call cbuild2cmake.
For generating/updating CMakeLists: cbuild2cmake <solution>.cbuild-idx.yml
For configuring: cmake -G Ninja -S tmp -B tmp
For building all artifacts: cmake --build tmp
For building artifacts of a given context: cmake --build tmp --target <context>
For updating the compilation database: cmake --build tmp --target <context>-database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

2 participants