aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2026-01-27 15:35:03 +0100
committerPřemysl Eric Janouch <p@janouch.name>2026-01-27 15:35:55 +0100
commit1dc39f900c1307407894f1ca207a1a2a869c43dc (patch)
tree1672a7f5d60efb5d11619a960f06c79478e3bcfa /CMakeLists.txt
parentdbea5cb193f9c2caa8fba9893ab32efbb415ebd6 (diff)
downloadsdn-1dc39f900c1307407894f1ca207a1a2a869c43dc.tar.gz
sdn-1dc39f900c1307407894f1ca207a1a2a869c43dc.tar.xz
sdn-1dc39f900c1307407894f1ca207a1a2a869c43dc.zip
Add and integrate sdn-edit
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 ce5a6c4..fd662ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,9 +36,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-open sdn-view
+install (PROGRAMS sdn-install sdn-open sdn-view sdn-edit
DESTINATION ${CMAKE_INSTALL_BINDIR})
-install (FILES sdn.1 sdn-install.1 sdn-open.1 sdn-view.1
+install (FILES sdn.1 sdn-install.1 sdn-open.1 sdn-view.1 sdn-edit.1
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR})