diff options
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7212ea1..2ce9419 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -168,7 +168,6 @@ endif(WIN32) | |||
168 | if(ZLIB_BUILD_SHARED) | 168 | if(ZLIB_BUILD_SHARED) |
169 | add_library(zlib SHARED | 169 | add_library(zlib SHARED |
170 | ${ZLIB_SRCS} | 170 | ${ZLIB_SRCS} |
171 | ${ZLIB_DLL_SRCS} | ||
172 | ${ZLIB_PUBLIC_HDRS} | 171 | ${ZLIB_PUBLIC_HDRS} |
173 | ${ZLIB_PRIVATE_HDRS} | 172 | ${ZLIB_PRIVATE_HDRS} |
174 | $<$<OR:$<BOOL:${WIN32}>,$<BOOL:${CYGWIN}>>:win32/zlib1.rc>) | 173 | $<$<OR:$<BOOL:${WIN32}>,$<BOOL:${CYGWIN}>>:win32/zlib1.rc>) |