diff options
author | gregory guy <[email protected]> | 2018-12-10 14:00:25 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-16 11:27:36 +0100 |
commit | 59bf3e99b0e84a0c5c58951b169b1f993e24cc51 (patch) | |
tree | 58e2e125d75960ba758d4d2bc299d75cc8956782 /doc/man/CMakeLists.txt | |
parent | e4be9266bb2bf14cf3a7d55f9ac690578cc93f22 (diff) | |
download | kvpnc-59bf3e99b0e84a0c5c58951b169b1f993e24cc51.tar.gz kvpnc-59bf3e99b0e84a0c5c58951b169b1f993e24cc51.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit ff65124f320219e7947b4db6e6613856941c2852)
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 |
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 +) |