]> 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 95e39b45aaaa11cdc472840443b988013bb29d9f..56be3be82ccead6299d8093439908df6c04f0119 100644 (file)
@@ -29,7 +29,7 @@ include_directories(BEFORE ${TOP_SRC_DIR}/src/tex2lyx
 
 add_definitions(-DTEX2LYX)
 
-if(NOT MERGE_FILES)
+if(NOT LYX_MERGE_FILES)
        add_executable(${_tex2lyx} ${tex2lyx_sources} ${LINKED_sources}
                ${tex2lyx_headers} ${LINKED_headers})
 else()
@@ -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)