[v2.0.0] Update the CMake build (and library code) for easier distribution #47
Labels
Milestone
Content-Length: 236178 | pFad | http://github.com/GothicKit/ZenKit/issues/47
5EFetched URL: http://github.com/GothicKit/ZenKit/issues/47
Alternative Proxies:
Currently, the CMake build script is pretty bare-bones and does not allow for easy, clean distribution of the library code. This is due to being statically linked as well as pulling in 3rd-party libraries directly using
target_link_libraries(... PUBLIC ...)
which causes CMake's install process to malfunction by including 3rd-party library code in the installation.This is unacceptable for installing phoenix into systems directly since the extra files might pollute existing installations of those libraries or could cause the package manager to break.
Things to do
The text was updated successfully, but these errors were encountered: