CMake fix by Kornel Benko.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21859 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-11-29 09:34:20 +00:00
parent b1546aa703
commit ffe8d928c2

View File

@ -28,6 +28,7 @@ lyx_add_msvc_pch(support)
lyx_automoc(${support_sources}) lyx_automoc(${support_sources})
include_directories(${TOP_SRC_DIR}/src/support include_directories(${TOP_SRC_DIR}/src/support
${CMAKE_BINARY_DIR}/src/support
${TOP_SRC_DIR}/src/support/minizip ${TOP_SRC_DIR}/src/support/minizip
${QT_INCLUDES} ${QT_INCLUDES}
${ICONV_INCLUDE_DIR}) ${ICONV_INCLUDE_DIR})