aboutsummaryrefslogtreecommitdiff
path: root/include/CMakeLists.txt
diff options
context:
space:
mode:
authorJeff Davey <jdavey@apple.com>2015-08-18 13:20:19 -0600
committerJeff Davey <jdavey@apple.com>2015-08-18 13:20:19 -0600
commit5461dea7f141d78d1d0bb4c4f17be9b15680fa96 (patch)
tree400e930cf75c4d390590a8ce0f5fe2f779124584 /include/CMakeLists.txt
parent9aa4e1d96095c5bde62aa541a6b3aa48110cc5b0 (diff)
downloadportable-5461dea7f141d78d1d0bb4c4f17be9b15680fa96.tar.gz
portable-5461dea7f141d78d1d0bb4c4f17be9b15680fa96.tar.bz2
portable-5461dea7f141d78d1d0bb4c4f17be9b15680fa96.zip
Add install targets and shared libraries to CMake
Diffstat (limited to 'include/CMakeLists.txt')
-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)