From 9caf754a59f166bcf62a2cf84f82720ae110ab74 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') 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