aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2025-11-20 20:49:14 +0100
committerPřemysl Eric Janouch <p@janouch.name>2025-11-20 21:16:30 +0100
commit3e39cc5660e58ea868608ed396abe2db25611b78 (patch)
tree77d3ba093b43bc245aae6e4710f74de8382ed8f1 /CMakeLists.txt
parent977d1a7120ae66ba40abb770bb00e99bc23d6b0b (diff)
downloadsdn-3e39cc5660e58ea868608ed396abe2db25611b78.tar.gz
sdn-3e39cc5660e58ea868608ed396abe2db25611b78.tar.xz
sdn-3e39cc5660e58ea868608ed396abe2db25611b78.zip
Add and integrate sdn-open
Originally I thought that not supporting %cd would be an issue, making this kind of utility unclean. It turns out the desire to launch xdg-open quickly is stronger.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0a6042..7e62183 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,9 +33,9 @@ include (GNUInstallDirs)
# sdn-mc-ext should be in libexec, but we prefer it in PATH.
install (TARGETS sdn sdn-mc-ext
DESTINATION ${CMAKE_INSTALL_BINDIR})
-install (PROGRAMS sdn-install sdn-view
+install (PROGRAMS sdn-install sdn-open sdn-view
DESTINATION ${CMAKE_INSTALL_BINDIR})
-install (FILES sdn.1 sdn-install.1 sdn-view.1
+install (FILES sdn.1 sdn-install.1 sdn-open.1 sdn-view.1
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR})