]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/CMakeLists.txt
Implement Hungarian quotation marks style (#12040)
[features.git] / src / tex2lyx / CMakeLists.txt
index 382857614a4a89d2e4c8e964cb8c42589f604ed3..2a68e7115090d938517dd509bfffe63788942892 100644 (file)
@@ -45,6 +45,7 @@ set_target_properties(${_tex2lyx} PROPERTIES
 
 target_link_libraries(${_tex2lyx}
        support
+       ${Lyx_Boost_Libraries}
        ${QT_QTCORE_LIBRARY}
        ${QT_QTGUI_LIBRARY}
        ${ICONV_LIBRARY})