From fd469c202a867435c96f67ae272d177b988bd00a Mon Sep 17 00:00:00 2001 From: w1z7ard Date: Wed, 9 Apr 2008 14:55:15 +0000 Subject: [PATCH] added jack desktop file and updated CMakeLists.txt to install it git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@946 6778bc44-b910-0410-a7a0-be141de4315d --- src/projectM-jack/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/projectM-jack/CMakeLists.txt b/src/projectM-jack/CMakeLists.txt index b6ae6918e..3c96a0d0b 100644 --- a/src/projectM-jack/CMakeLists.txt +++ b/src/projectM-jack/CMakeLists.txt @@ -123,5 +123,6 @@ LINK_DIRECTORIES(${PROJECTM_LINK} ${JACK_LDFLAGS}) TARGET_LINK_LIBRARIES(projectM-jack projectM jack ${SDL_LIBRARY} ${GTK_LIBRARIES}) INSTALL(TARGETS projectM-jack DESTINATION ${CMAKE_INSTALL_PREFIX}/bin ) +install(FILES "projectM-jack.desktop" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) endif(QT_JACK_SUPPORT)