]> git.lyx.org Git - lyx.git/blobdiff - src/client/CMakeLists.txt
Fix #9792 cyrtext and textcyr in the preamble of every document.
[lyx.git] / src / client / CMakeLists.txt
index 926eebc4368d7b64a2e065fe7f9830ceb5f1c6c2..f1e51a2e50dede7761111d3de8a57bf204f34844 100644 (file)
@@ -38,5 +38,9 @@ if(APPLE)
        target_link_libraries(${_lyxclient} "-framework AppKit")
 endif()
 
+if(CYGWIN)
+       target_link_libraries(${_lyxclient} shlwapi)
+endif()
+
 install(TARGETS ${_lyxclient} DESTINATION ${LYX_UTILITIES_INSTALL_PATH})