]> git.lyx.org Git - lyx.git/blobdiff - src/CMakeLists.txt
Cell in delimiter inset should not be tight
[lyx.git] / src / CMakeLists.txt
index 696b0ead2cf000a5622a68fad2d4eae48adefdde..39c751f3ff285b5a8fb3d1f01fdb7fddd0ab0b5f 100644 (file)
@@ -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()
@@ -170,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)