]> git.lyx.org Git - lyx.git/blobdiff - CMakeLists.txt
Implement tex2lyx -m switch (bug #8393)
[lyx.git] / CMakeLists.txt
index b5bb34667a60e8d95ee7bc80415cade230e89013..1e0b9c3ef2d3a8ed7ee15fd79baec545e5cf1042 100644 (file)
@@ -492,6 +492,12 @@ if(LYX_NLS)
        endif()
 endif()
 
+if(LYX_EXTERNAL_LIBINTL)
+       set(intl_link ${LIBINTL_LIBRARIES})
+else()
+       set(intl_link intl)
+endif()
+
 find_package(ICONV REQUIRED)
 find_package(ZLIB REQUIRED)