added install

This commit is contained in:
Scott E. Graves 2024-06-03 10:48:07 -05:00
parent 3186185a28
commit 9cb9e6e968

View File

@ -22,3 +22,9 @@ option(DTL_ENABLE_EXAMPLES "Enable DTL examples" OFF)
if(DTL_ENABLE_EXAMPLES) if(DTL_ENABLE_EXAMPLES)
include(examples/CMakeLists.txt) include(examples/CMakeLists.txt)
endif() endif()
install(
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/
DESTINATION include
FILES_MATCHING PATTERN "*.hpp"
)