projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce541c
)
CMakeLists.txt: Install the desktop file.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 11 Jun 2017 18:25:01 +0000
(20:25 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 11 Jun 2017 18:25:01 +0000
(20:25 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index f7c0eb39234f6b346028ef7c79ea14a1a2348a9e..270a2e2efec05b297c627c15b53a991b7139806a 100644
(file)
--- 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)