summaryrefslogtreecommitdiff
path: root/3rd-party/dirsplit/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '3rd-party/dirsplit/CMakeLists.txt')
-rw-r--r--3rd-party/dirsplit/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/3rd-party/dirsplit/CMakeLists.txt b/3rd-party/dirsplit/CMakeLists.txt
new file mode 100644
index 0000000..497774c
--- /dev/null
+++ b/3rd-party/dirsplit/CMakeLists.txt
@@ -0,0 +1,3 @@
+PROJECT (DIRSPLIT C)
+INSTALL(PROGRAMS dirsplit DESTINATION bin)
+INSTALL(FILES dirsplit.1 DESTINATION share/man/man1)