]> git.lyx.org Git - features.git/commitdiff
r16146@goedel: sts | 2007-12-13 22:40:01 +0100
authorStefan Schimanski <sts@lyx.org>
Thu, 13 Dec 2007 21:42:24 +0000 (21:42 +0000)
committerStefan Schimanski <sts@lyx.org>
Thu, 13 Dec 2007 21:42:24 +0000 (21:42 +0000)
 * 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

index f9f579568136a35500dd1381152f0b43faf154eb..0500e4026cdd1f8eddb35e25f9c866d230006ca1 100644 (file)
@@ -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)