diff --git a/CMakeLists.txt b/CMakeLists.txt index eb8aba5c9..a26504c88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,4 +71,9 @@ if(BOOST_DI_OPT_INSTALL) DIRECTORY ${CMAKE_SOURCE_DIR}/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} ) + + install( + DIRECTORY ${CMAKE_SOURCE_DIR}/extension/include/ + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} + ) endif()