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/packaging/CMakeLists.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'muse2/packaging') diff --git a/muse2/packaging/CMakeLists.txt b/muse2/packaging/CMakeLists.txt index e49b38ce..e9b749b2 100644 --- a/muse2/packaging/CMakeLists.txt +++ b/muse2/packaging/CMakeLists.txt @@ -18,5 +18,10 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #============================================================================= -install_files ( /${SHARE_INSTALL_PREFIX}/icons/hicolor/64x64/apps/ muse_icon.png) -install_files ( /${SHARE_INSTALL_PREFIX}/applications/ muse.desktop) +install( FILES muse_icon.png + DESTINATION ${SHARE_INSTALL_PREFIX}/icons/hicolor/64x64/apps/ + ) +install( FILES muse.desktop + DESTINATION ${SHARE_INSTALL_PREFIX}/applications/ + ) + -- cgit v1.2.3