aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Davey <jdavey@apple.com>2015-08-18 13:20:19 -0600
committerBrent Cook <bcook@openbsd.org>2015-08-28 13:17:12 -0500
commit9caf754a59f166bcf62a2cf84f82720ae110ab74 (patch)
tree4065163ca9a357bb78d3357ad4417461ea4eeeef /include
parent2f2f08e60c8ade1840c2ff31ec36e934ef6d03ec (diff)
downloadportable-9caf754a59f166bcf62a2cf84f82720ae110ab74.tar.gz
portable-9caf754a59f166bcf62a2cf84f82720ae110ab74.tar.bz2
portable-9caf754a59f166bcf62a2cf84f82720ae110ab74.zip
Add install targets and shared libraries to CMake
Diffstat (limited to 'include')
-rw-r--r--include/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
new file mode 100644
index 0000000..be442a0
--- /dev/null
+++ b/include/CMakeLists.txt
@@ -0,0 +1,5 @@
1install(DIRECTORY .
2 DESTINATION include
3 PATTERN "CMakeLists.txt" EXCLUDE
4 PATTERN "compat" EXCLUDE
5 PATTERN "Makefile.*" EXCLUDE)