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

5
include/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
install(DIRECTORY .
DESTINATION include
PATTERN "CMakeLists.txt" EXCLUDE
PATTERN "compat" EXCLUDE
PATTERN "Makefile.*" EXCLUDE)