]> git.lyx.org Git - features.git/commitdiff
unicode.C needs inconv.h
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 14 Aug 2006 09:15:37 +0000 (09:15 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 14 Aug 2006 09:15:37 +0000 (09:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14666 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/support/CMakeLists.txt

index 1e4949e333446ab5641e1da7a43cc18cf0905602..4cb7e5dc249febb45f2de2d97f3fe856239a8bd7 100644 (file)
@@ -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}