From: Stefan Schimanski Date: Thu, 13 Dec 2007 21:42:24 +0000 (+0000) Subject: r16146@goedel: sts | 2007-12-13 22:40:01 +0100 X-Git-Tag: 1.6.10~6932 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4d3050496523a7c4e83b06df296100182409b3cb;p=lyx.git 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 --- 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)