Add pre-built zlib library to build tree for Windows builds

The zlib build system is not integrated with the updater's build
system.  Rather than write a small CMakeLists.txt for the build,
this commit just adds a pre-built version of zlib
This commit is contained in:
Robert Knight 2011-08-23 20:38:20 +01:00
parent 36a296204c
commit 6dac1d8c0e
3 changed files with 1 additions and 1 deletions

View file

@ -33,7 +33,7 @@ add_library(minizip
if (UNIX)
target_link_libraries(minizip z)
else()
target_link_libraries(minizip "${CMAKE_CURRENT_SOURCE_DIR}/../zlib/zlib.lib")
target_link_libraries(minizip "${CMAKE_CURRENT_SOURCE_DIR}/../zlib/prebuilt/zlib.lib")
endif()

BIN
external/zlib/prebuilt/zlib.lib vendored Normal file

Binary file not shown.

BIN
external/zlib/prebuilt/zlib.pdb vendored Normal file

Binary file not shown.