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.
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.