From: Uwe Hermann Date: Sun, 11 Jun 2017 18:25:01 +0000 (+0200) Subject: CMakeLists.txt: Install the desktop file. X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=96e282c4262cc0b4076472a60b9f870e279e1c0b CMakeLists.txt: Install the desktop file. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f7c0eb3..270a2e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -465,6 +465,9 @@ install(TARGETS ${PROJECT_NAME} DESTINATION bin/) # Install the manpage. install(FILES doc/pulseview.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT doc) +# Install the desktop file. +install(FILES contrib/org.sigrok.PulseView.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications) + # Generate Windows installer script. configure_file(contrib/pulseview_cross.nsi.in contrib/pulseview_cross.nsi @ONLY)