summaryrefslogtreecommitdiff
path: root/3rd-party/dirsplit/CMakeLists.txt
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-12-31 05:04:42 +0400
committerIgor Pashev <pashev.igor@gmail.com>2012-12-31 05:04:42 +0400
commit71dc8760ff4de5f365330d1bc571d934deb54af9 (patch)
tree7346d42a282562a3937d82307012b5857d642ce6 /3rd-party/dirsplit/CMakeLists.txt
downloadcdrkit-upstream.tar.gz
Imported Upstream version 1.1.11upstream/1.1.11upstream
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)