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
This commit is contained in:
w1z7ard
2008-04-09 14:55:15 +00:00
parent 46135501d3
commit fd469c202a

View File

@ -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)