X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=39c751f3ff285b5a8fb3d1f01fdb7fddd0ab0b5f;hb=4da19ef8330fc90e712308d63aa7ddc0abfaef7b;hp=8fc6e225cb9c956ce41b993725610131df9eb0a9;hpb=ff0c95aba639ab35a71f5d8ee347ecefbb9e71e1;p=lyx.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8fc6e225cb..39c751f3ff 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,6 +17,9 @@ add_subdirectory(insets) add_subdirectory(mathed) add_subdirectory(support) add_subdirectory(tex2lyx) +if (APPLE) + add_subdirectory(convert) +endif() if (UNIX) add_subdirectory(client) endif() @@ -130,6 +133,7 @@ target_link_libraries(${_lyx} frontend_qt graphics support + ${MYTHESLIB_LIBRARY} ${ICONV_LIBRARY} ${LYX_QTMAIN_LIBRARY} ${vld_dll}) @@ -169,7 +173,7 @@ endif() project_source_group("${GROUP_CODE}" lyx_sources lyx_headers) -install(TARGETS ${_lyx} +install(TARGETS ${_lyx} BUNDLE DESTINATION . COMPONENT Runtime RUNTIME DESTINATION ${LYX_UTILITIES_INSTALL_PATH} COMPONENT Runtime)