From 673172e3ffb8e345b2bbfb6596ac3d79a1e17f14 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Mon, 20 Dec 2010 04:54:36 +0000 Subject: Major cmake cleanup. Please see the ChangeLog. --- muse2/share/scripts/CMakeLists.txt | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'muse2/share/scripts') diff --git a/muse2/share/scripts/CMakeLists.txt b/muse2/share/scripts/CMakeLists.txt index 3fc898d1..5a7be7db 100644 --- a/muse2/share/scripts/CMakeLists.txt +++ b/muse2/share/scripts/CMakeLists.txt @@ -18,12 +18,15 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #============================================================================= -file(GLOB script_files DoNothing - RemoveShortEvents - DoubleSpeed - ConstantLength - SwingQuantize1 - ) +file(GLOB script_files + DoNothing + RemoveShortEvents + DoubleSpeed + ConstantLength + SwingQuantize1 + ) + install (PROGRAMS ${script_files} - DESTINATION ${CMAKE_INSTALL_PREFIX}/${SHARE_INSTALL_PREFIX}/${MusE_INSTALL_NAME}/scripts) + DESTINATION ${MusE_SHARE_DIR}/scripts + ) -- cgit v1.2.3