From 4d3050496523a7c4e83b06df296100182409b3cb Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Thu, 13 Dec 2007 21:42:24 +0000 Subject: [PATCH] r16146@goedel: sts | 2007-12-13 22:40:01 +0100 * zlib is used by minizip git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22136 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/src/support/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/development/cmake/src/support/CMakeLists.txt b/development/cmake/src/support/CMakeLists.txt index f9f5795681..0500e4026c 100644 --- a/development/cmake/src/support/CMakeLists.txt +++ b/development/cmake/src/support/CMakeLists.txt @@ -35,7 +35,8 @@ include_directories(${TOP_SRC_DIR}/src/support ${CMAKE_BINARY_DIR}/src/support ${TOP_SRC_DIR}/src/support/minizip ${QT_INCLUDES} - ${ICONV_INCLUDE_DIR}) + ${ICONV_INCLUDE_DIR} + ${ZLIB_INCLUDE_DIR}) if(NOT MERGE_FILES) @@ -54,7 +55,7 @@ else() endif() -target_link_libraries(support boost_signals ${QT_QTCORE_LIBRARY} ) +target_link_libraries(support boost_signals ${QT_QTCORE_LIBRARY} ${ZLIB_LIBRARY} ) if(WIN32) target_link_libraries(support shlwapi) -- 2.39.5