summaryrefslogtreecommitdiffstats
path: root/man/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2018-10-07 16:09:34 +0200
committerSlávek Banko <[email protected]>2018-10-19 13:52:08 +0200
commitfe871e3488b50f86afa132cff66719e4052330c3 (patch)
tree615bb4f21a2c24cb0bd33a77ee2cb661310fa182 /man/CMakeLists.txt
parentd2f5298b76f6fffedc1c60dea368dacd6ebe57b2 (diff)
downloadkbiff-fe871e3488b50f86afa132cff66719e4052330c3.tar.gz
kbiff-fe871e3488b50f86afa132cff66719e4052330c3.zip
cmake conversion
Signed-off-by: gregory guy <[email protected]> (cherry picked from commit b5b14cd452881aed460f29c0ef52a877b35f0439)
Diffstat (limited to 'man/CMakeLists.txt')
-rw-r--r--man/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt
new file mode 100644
index 0000000..8512250
--- /dev/null
+++ b/man/CMakeLists.txt
@@ -0,0 +1,5 @@
+INSTALL(
+ FILES ${PROJECT_NAME}.1
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)