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

Need a way to propagate build configuration ( compiler definitions ) in headers #29

Open
asmodehn opened this issue Oct 16, 2013 · 1 comment

Comments

@asmodehn
Copy link
Owner

We need to define a header file, and a usecase, so that when we build a library A with dependencies ( B C, etc. ) the client using A knows which compiler definitions have been built into libA.
For example lib A can have an interface that changes depending on some configuration ( With_OPENGL, etc. )
We need to find a simple and intuitive process for that and automate it.

@asmodehn
Copy link
Owner Author

We now use the WkPlatform.h header to propagate the configuration at buildtime in project headers. It seems to work fine... needs lots of tests ;)

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

No branches or pull requests

1 participant