]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/CMakeLists.txt
Remove dependency on NO_LAYOUT_CSS #define in Layout.cpp
[lyx.git] / src / support / tests / CMakeLists.txt
index 3e6198f6493efc7fdbd88fc16769657056b4194f..eac5aa79f23b1e254f431c966296a46ef1e51029 100644 (file)
@@ -13,7 +13,7 @@ macro(sources _program)
        endforeach()
        set(${_program}_SOURCES ${_tmplist})
        add_executable(${_program} ${_tmplist})
-       target_link_libraries(${_program} support ${intl_link}
+       target_link_libraries(${_program} support
                ${Lyx_Boost_Libraries} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY}
                ${ZLIB_LIBRARY} ${ICONV_LIBRARY})
 endmacro()
@@ -24,8 +24,7 @@ include_directories(
        ${TOP_SRC_DIR}/src/support/tests
        ${QT_INCLUDES}
        ${ICONV_INCLUDE_DIR}
-       ${ZLIB_INCLUDE_DIR}
-       ${LIBINTL_INCLUDE_DIR})
+       ${ZLIB_INCLUDE_DIR})
 
 
 set(check_PROGRAMS check_convert check_filetools check_lstrings)