-
Notifications
You must be signed in to change notification settings - Fork 83
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: add optional static and shared build options #778
Conversation
many thanks, this looks like a good and flexible approach. it also does not require any user changes, which is good for Juha's project. |
I think we can merge this now ... |
I pulled latest re:
and made libre Android build:
And the result was that (like before) only static lib was build. I don't need shared libs, but I am just wondering. |
You just specify only the static target with |
hi Juha, in your cmake command line options you can now select which type of libs your want to build:
i.e. you can skip the target if you want. |
refs #771