Add install targets and shared libraries to CMake

This commit is contained in:
Jeff Davey
2015-08-18 13:20:19 -06:00
parent 9aa4e1d960
commit 5461dea7f1
7 changed files with 61 additions and 5 deletions

9
man/CMakeLists.txt Normal file
View File

@@ -0,0 +1,9 @@
install(DIRECTORY .
DESTINATION share/man/man3
FILES_MATCHING PATTERN "*.3"
)
install(DIRECTORY .
DESTINATION share/man/man1
FILES_MATCHING PATTERN "*.1"
)