Am Sonntag, 24. September 2017 um 11:55:38, schrieb Stephan Witt <sw...@lyx.org>
> commit 350ef993e59b3ede7dd621a81f096ea78296c5c8
> Author: Stephan Witt <sw...@lyx.org>
> Date:   Sun Sep 24 11:54:55 2017 +0200
>
>     add inkscape wrapper script for Mac OS
>

Probably it doesn't matter, (because nobody cares for cmake on MacOSX?)
Would be fine, if someone could check.

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake
index b2e312d..5989344 100755
--- a/development/cmake/Install.cmake
+++ b/development/cmake/Install.cmake
@@ -128,7 +128,9 @@ if(APPLE)
     install(FILES "${TOP_SRC_DIR}/development/MacOSX/PkgInfo" DESTINATION "${MACOSX_BUNDLE_STARTUP_COMMAND}/Contents")
   endif()
 
-  install(FILES "${TOP_SRC_DIR}/development/MacOSX/lyxeditor" DESTINATION "${LYX_UTILITIES_INSTALL_PATH}")
+  foreach(_i lyxeditor maxima inkscape)
+    install(FILES "${TOP_SRC_DIR}/development/MacOSX/${_i}" DESTINATION "${LYX_UTILITIES_INSTALL_PATH}")
+  endforeach()
   install(FILES "${TOP_SRC_DIR}/development/MacOSX/LyX.icns" DESTINATION "${LYX_DATA_SUBDIR}")
   set(program_suffix ${PROGRAM_SUFFIX})
 elseif(UNIX)

Reply via email to