diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/CMakeLists.txt | 5 |
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 @@ | |||
1 | install(DIRECTORY . | ||
2 | DESTINATION include | ||
3 | PATTERN "CMakeLists.txt" EXCLUDE | ||
4 | PATTERN "compat" EXCLUDE | ||
5 | PATTERN "Makefile.*" EXCLUDE) | ||