]> git.lyx.org Git - features.git/blobdiff - development/cmake/src/tex2lyx/CMakeLists.txt
add first version of .lyx file encryption. It's disabled by default and could out...
[features.git] / development / cmake / src / tex2lyx / CMakeLists.txt
index 0058487e0eab6f5cace90d4b8670deec8100ba07..56be3be82ccead6299d8093439908df6c04f0119 100644 (file)
@@ -43,7 +43,8 @@ target_link_libraries(${_tex2lyx}
        ${Lyx_Boost_Libraries}
        ${QT_QTCORE_LIBRARY}
        ${LIBINTL_LIBRARIES}
-       ${ICONV_LIBRARY})
+       ${ICONV_LIBRARY}
+       ${OPENSSL_LIBRARIES})
 
 if(WIN32)
        target_link_libraries(${_tex2lyx} shlwapi ole32 psapi)