From: Peter Kümmel Date: Mon, 14 Aug 2006 09:15:37 +0000 (+0000) Subject: unicode.C needs inconv.h X-Git-Tag: 1.6.10~12831 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=63b5b965dffcdfec877290f087e6699663ce79bb;p=features.git unicode.C needs inconv.h git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14666 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/src/support/CMakeLists.txt b/development/cmake/src/support/CMakeLists.txt index 1e4949e333..4cb7e5dc24 100644 --- a/development/cmake/src/support/CMakeLists.txt +++ b/development/cmake/src/support/CMakeLists.txt @@ -14,7 +14,7 @@ list(REMOVE_ITEM support_sources ${TOP_SRC_DIR}/src/support/strerror.c) -include_directories(${TOP_SRC_DIR}/src/support) +include_directories(${TOP_SRC_DIR}/src/support ${ICONV_INCLUDE_DIR}) add_library(support STATIC ${support_sources}