From ffe8d928c285e02e8144459b385e9aeb02606c83 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 29 Nov 2007 09:34:20 +0000 Subject: [PATCH] CMake fix by Kornel Benko. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21859 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/src/support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/development/cmake/src/support/CMakeLists.txt b/development/cmake/src/support/CMakeLists.txt index fc269b3127..1dbd16f2a0 100644 --- a/development/cmake/src/support/CMakeLists.txt +++ b/development/cmake/src/support/CMakeLists.txt @@ -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}) -- 2.39.5