From 5461dea7f141d78d1d0bb4c4f17be9b15680fa96 Mon Sep 17 00:00:00 2001 From: Jeff Davey Date: Tue, 18 Aug 2015 13:20:19 -0600 Subject: Add install targets and shared libraries to CMake --- include/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/CMakeLists.txt (limited to 'include/CMakeLists.txt') 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 @@ +install(DIRECTORY . + DESTINATION include + PATTERN "CMakeLists.txt" EXCLUDE + PATTERN "compat" EXCLUDE + PATTERN "Makefile.*" EXCLUDE) -- cgit v1.2.3-55-g6feb