summaryrefslogtreecommitdiffstats
path: root/doc/man/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2018-09-01 17:37:07 +0200
committerSlávek Banko <[email protected]>2018-09-02 02:25:05 +0200
commit72f379d3ba87fb06959f06945548e11b984e047f (patch)
tree9d09e56c2327188d386047f2bcc34497ebd15c42 /doc/man/CMakeLists.txt
parenta896fdef0a292cc9e98608fdf9e88c1c46aced27 (diff)
downloadknetload-72f379d3ba87fb06959f06945548e11b984e047f.tar.gz
knetload-72f379d3ba87fb06959f06945548e11b984e047f.zip
conversion to cmake build system
Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 676a81fc784c057271e1a417ab734595eb3f2313)
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r--doc/man/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 0000000..8512250
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,5 @@
+INSTALL(
+ FILES ${PROJECT_NAME}.1
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)