-
How to build only static library libre.a using cmake? |
Beta Was this translation helpful? Give feedback.
Answered by
sreimers
Oct 6, 2022
Replies: 2 comments
-
This should work: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
juha-h
-
Thanks, I got it working like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should work:
cmake -B build && cmake --build build --target re -j