diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index be442a0..110caa5 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt | |||
| @@ -2,4 +2,4 @@ install(DIRECTORY . | |||
| 2 | DESTINATION include | 2 | DESTINATION include |
| 3 | PATTERN "CMakeLists.txt" EXCLUDE | 3 | PATTERN "CMakeLists.txt" EXCLUDE |
| 4 | PATTERN "compat" EXCLUDE | 4 | PATTERN "compat" EXCLUDE |
| 5 | PATTERN "Makefile.*" EXCLUDE) | 5 | PATTERN "Makefile*" EXCLUDE) |
