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 110caa5..ccb6589 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | install(DIRECTORY . | 1 | install(DIRECTORY . |
2 | DESTINATION include | 2 | DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} |
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) |