diff options
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 167c045..7e8e89c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -8,6 +8,10 @@ option(ZLIB_BUILD_TESTING "Enable Zlib Examples as tests" ON) | |||
| 8 | option(ZLIB_BUILD_SHARED "Enable building zlib shared library" ON) | 8 | option(ZLIB_BUILD_SHARED "Enable building zlib shared library" ON) |
| 9 | option(ZLIB_BUILD_STATIC "Enable building zlib static library" ON) | 9 | option(ZLIB_BUILD_STATIC "Enable building zlib static library" ON) |
| 10 | option(ZLIB_INSTALL_LIBRARIES "Enable installation of zlib" ON) | 10 | option(ZLIB_INSTALL_LIBRARIES "Enable installation of zlib" ON) |
| 11 | option(ZLIB_PREFIX | ||
| 12 | "prefix for all types and library functions, see zconf.h.in" | ||
| 13 | OFF) | ||
| 14 | mark_as_advanced(ZLIB_PREFIX) | ||
| 11 | 15 | ||
| 12 | if(WIN32) | 16 | if(WIN32) |
| 13 | option(ZLIB_INSTALL_COMPAT_DLL "Install a copy as zlib1.dll" ON) | 17 | option(ZLIB_INSTALL_COMPAT_DLL "Install a copy as zlib1.dll" ON) |
