Additional work with cmake on Windows, still does not work
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@ SET(SOURCE
|
||||
miniunz.c
|
||||
unzip.c)
|
||||
|
||||
include_directories(${ZLIB_INCLUDE_DIR} ${EXTRA_INCLUDES} ${ZLIB_INCLUDE_DIR})
|
||||
include_directories(${ZLIB_INCLUDE_DIR} ${EXTRA_INCLUDES})
|
||||
|
||||
add_library(unzip ${SOURCE})
|
||||
target_link_libraries(unzip ${ZLIB_LIBRARY})
|
||||
|
||||
Reference in New Issue
Block a user