added install
This commit is contained in:
		| @@ -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" | ||||||
|  | ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user