diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-12-06 13:26:10 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-10 20:17:51 +0100 |
commit | 667222c4d4b53800adf94734c11ac3ea081d6212 (patch) | |
tree | e1b1b57cea39c46c77fc74c17e118464f7da15a3 /doc/man/CMakeLists.txt | |
parent | 6498c612f7b3e514fd5370b091343c024814c1f5 (diff) | |
download | kpicosim-667222c4d4b53800adf94734c11ac3ea081d6212.tar.gz kpicosim-667222c4d4b53800adf94734c11ac3ea081d6212.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 5fc3ae36c8e07ed7157b04ce25b7339a119be471)
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 +) |