mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add lilypond wrapper scripts to cmake install
This commit is contained in:
parent
292799a4bd
commit
102e9297d7
@ -143,7 +143,7 @@ if(APPLE)
|
|||||||
install(FILES "${TOP_SRC_DIR}/development/MacOSX/PkgInfo" DESTINATION "${MACOSX_BUNDLE_STARTUP_COMMAND}/Contents")
|
install(FILES "${TOP_SRC_DIR}/development/MacOSX/PkgInfo" DESTINATION "${MACOSX_BUNDLE_STARTUP_COMMAND}/Contents")
|
||||||
endif()
|
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}")
|
install(PROGRAMS "${TOP_SRC_DIR}/development/MacOSX/${_i}" DESTINATION "${LYX_UTILITIES_INSTALL_PATH}")
|
||||||
endforeach()
|
endforeach()
|
||||||
install(FILES "${TOP_SRC_DIR}/development/MacOSX/LyX.icns" DESTINATION "${LYX_DATA_SUBDIR}")
|
install(FILES "${TOP_SRC_DIR}/development/MacOSX/LyX.icns" DESTINATION "${LYX_DATA_SUBDIR}")
|
||||||
|
Loading…
Reference in New Issue
Block a user