diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a1c48f..7b08f20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,3 +22,9 @@ option(DTL_ENABLE_EXAMPLES "Enable DTL examples" OFF) if(DTL_ENABLE_EXAMPLES) include(examples/CMakeLists.txt) endif() + +install( + DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/ + DESTINATION include + FILES_MATCHING PATTERN "*.hpp" +)