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

Each project needs a SHARED/STATIC library option #48

Open
asmodehn opened this issue Sep 1, 2014 · 1 comment
Open

Each project needs a SHARED/STATIC library option #48

asmodehn opened this issue Sep 1, 2014 · 1 comment

Comments

@asmodehn
Copy link
Owner

asmodehn commented Sep 1, 2014

It can happen that the user needs to change the configuration of the whole build/link hierarchy.

In that case it is helpful to be able to choose in the CMAKE UI to build either STATIC or SHARED library ( or module ? ).

There already is a global CMAKE BUILD_SHARED option. However, because of wkcmake modular projects structure, we should have this option for each project.

@asmodehn
Copy link
Owner Author

asmodehn commented Sep 1, 2014

This should also provide a #define macro, so that this is trivial to do ( in WkPlatform ? )
http://stackoverflow.com/questions/14627597/static-data-in-dll

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

No branches or pull requests

1 participant