mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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
This commit is contained in:
parent
6785bc0273
commit
4d30504965
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user