]> git.lyx.org Git - lyx.git/blobdiff - src/CMakeLists.txt
Harmonize naming
[lyx.git] / src / CMakeLists.txt
index ac0ca1a70fb0cda54d3a79fc1491fb0284b96337..5203d45c516a4a1e66daec5607ddf07c09519e36 100644 (file)
@@ -134,7 +134,6 @@ target_link_libraries(${_lyx}
        frontend_qt4
        graphics
        support
-       ${intl_link}
        ${ICONV_LIBRARY}
        ${QT_QTMAIN_LIBRARY}
        ${vld_dll})
@@ -185,3 +184,4 @@ if(LYX_BUNDLE)
                        fixup_bundle(\"${installed_lyx}\" \"\" \"\") " COMPONENT RUNTIME)
 endif()
 
+add_subdirectory(tests)