]> git.lyx.org Git - lyx.git/blobdiff - src/CMakeLists.txt
tex2lyx/text.cpp: whitespace fix
[lyx.git] / src / CMakeLists.txt
index 86a7ed4c229ff4697bbe45542bc53038a8cf63ac..3f3ebe9ac41e565b05c77fa93143525063c5ee0e 100644 (file)
@@ -142,6 +142,9 @@ endif()
 if(ENCHANT_FOUND)
        target_link_libraries(${_lyx} ${ENCHANT_LIBRARY})
 endif()
+if(Magic_FOUND)
+       target_link_libraries(${_lyx} ${Magic_LIBRARY})
+endif()
 
 if(APPLE)
        target_link_libraries(${_lyx} "-bind_at_load")