]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Added support for configuring project based on BUILD_SHARED_LIBS.
authorNathan Moinvaziri <nathan@nathanm.com>
Fri, 23 Aug 2019 06:54:34 +0000 (23:54 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 23 Aug 2019 06:54:34 +0000 (08:54 +0200)
commit6e7d1afd08b692a2f53a5abdf23ef7a82e44bdf0
treeff05d53b74824cb0aacafb337cbf5bf23c8b85e4
parentc0f0acfb5c53eb9bff0405af0d05cd709205098c
Added support for configuring project based on BUILD_SHARED_LIBS.

* If BUILD_SHARED_LIBS is not set, both static and shared libraries will be built.
* Compact cmake by putting all srcs in one variable.
CMakeLists.txt