X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=39c751f3ff285b5a8fb3d1f01fdb7fddd0ab0b5f;hb=1e519d1115f41f71c253cb9e2fbb7803e9a583a9;hp=d81639bb33f76986d29877222427b5e660c47063;hpb=00e4902ea30f95cf3f0304fb50d4391dfb9d10c9;p=lyx.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d81639bb33..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()