]> git.lyx.org Git - features.git/commitdiff
CMake fix by Kornel Benko.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 29 Nov 2007 09:34:20 +0000 (09:34 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 29 Nov 2007 09:34:20 +0000 (09:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21859 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/support/CMakeLists.txt

index fc269b3127bf42d53f8af1ee88601dd5f9f75aa0..1dbd16f2a0b972fe3dfbd43f65e4cb4f0fd01c36 100644 (file)
@@ -28,6 +28,7 @@ lyx_add_msvc_pch(support)
 lyx_automoc(${support_sources})
        
 include_directories(${TOP_SRC_DIR}/src/support
+       ${CMAKE_BINARY_DIR}/src/support
        ${TOP_SRC_DIR}/src/support/minizip
        ${QT_INCLUDES}
        ${ICONV_INCLUDE_DIR})