diff options
author | gregory guy <[email protected]> | 2018-10-07 16:09:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-10-19 13:52:08 +0200 |
commit | fe871e3488b50f86afa132cff66719e4052330c3 (patch) | |
tree | 615bb4f21a2c24cb0bd33a77ee2cb661310fa182 /man/CMakeLists.txt | |
parent | d2f5298b76f6fffedc1c60dea368dacd6ebe57b2 (diff) | |
download | kbiff-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.txt | 5 |
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 +) |