X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FCMakeLists.txt;h=521a42a255d558a41e0c5f446c9ad06fef728090;hb=4674c3e1c55685203a70368b9323ad85a6bbc00f;hp=b42f08cf582c77a5f1b44c6cdf6448f0781e64f1;hpb=8bf0652b9c228b63c3a6058180a0e206cf8b793a;p=features.git diff --git a/src/support/CMakeLists.txt b/src/support/CMakeLists.txt index b42f08cf58..521a42a255 100644 --- a/src/support/CMakeLists.txt +++ b/src/support/CMakeLists.txt @@ -11,6 +11,7 @@ file(GLOB moc_files ${TOP_SRC_DIR}/src/support/${LYX_MOC_FILES}) list(REMOVE_ITEM support_sources ${moc_files} .) if(APPLE) list(APPEND dont_merge ${TOP_SRC_DIR}/src/support/AppleSpeller.m) + list(APPEND dont_merge ${TOP_SRC_DIR}/src/support/AppleScript.m) endif() file(GLOB support_headers ${TOP_SRC_DIR}/src/support/${LYX_HPP_FILES})