]> git.lyx.org Git - lyx.git/blobdiff - src/support/CMakeLists.txt
Minor cleanup.
[lyx.git] / src / support / CMakeLists.txt
index 4a5ed6e4e19627dc7afe3cfa8543ba83d615a3d7..cc48091732db8871c1244f5f4591b04e66dd101b 100644 (file)
@@ -44,12 +44,14 @@ lyx_add_msvc_pch(support)
 
 lyx_automoc(${support_sources})
 
-include_directories(${TOP_SRC_DIR}/src/support
+include_directories(
+       ${TOP_SRC_DIR}/src/support
        ${TOP_BINARY_DIR}/src/support
        ${TOP_SRC_DIR}/src/support/mythes
        ${QT_INCLUDES}
        ${ICONV_INCLUDE_DIR}
-       ${ZLIB_INCLUDE_DIR})
+       ${ZLIB_INCLUDE_DIR}
+       ${LIBINTL_INCLUDE_DIR})
 
 
 if(NOT LYX_MERGE_FILES)