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

CMake: improve target dependencies #1172

Open
agarny opened this issue Aug 3, 2023 · 0 comments
Open

CMake: improve target dependencies #1172

agarny opened this issue Aug 3, 2023 · 0 comments
Labels
Infrastructure Building, hosting, testing, etc.

Comments

@agarny
Copy link
Contributor

agarny commented Aug 3, 2023

Right now, if I want to build libCellML and run the test, I need to do something like:

mkdir build
cd build
cmake -G Ninja ..
ninja
ninja test

while it would be nice if I could simply call ninja test rather than first ninja and then ninja test. In fact, it would be nice if we could build any target without first having to call ninja or something else.

@agarny agarny added the Infrastructure Building, hosting, testing, etc. label Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Building, hosting, testing, etc.
Projects
None yet
Development

No branches or pull requests

1 participant