[LyX/master] Add lilypond wrapper scripts to cmake install

Stephan Witt switt at lyx.org
Sun Aug 30 13:20:19 UTC 2020


commit 102e9297d72a08d3d064290845525f28a1160e55
Author: Stephan Witt <switt at lyx.org>
Date:   Sun Aug 30 15:39:05 2020 +0200

    Add lilypond wrapper scripts to cmake install
---
 development/cmake/Install.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake
index ead64de..bdeea93 100755
--- a/development/cmake/Install.cmake
+++ b/development/cmake/Install.cmake
@@ -143,7 +143,7 @@ if(APPLE)
     install(FILES "${TOP_SRC_DIR}/development/MacOSX/PkgInfo" DESTINATION "${MACOSX_BUNDLE_STARTUP_COMMAND}/Contents")
   endif()
 
-  foreach(_i lyxeditor maxima inkscape)
+  foreach(_i lyxeditor maxima inkscape lilypond lilypond-book)
     install(PROGRAMS "${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}")


More information about the lyx-cvs mailing list