added install
This commit is contained in:
parent
3186185a28
commit
9cb9e6e968
@ -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"
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user