From d3fbc362c357739d86fc42a4112834a0c5426f3f Mon Sep 17 00:00:00 2001 From: Eduardo Menges Mattje Date: Mon, 1 Jul 2024 15:07:17 -0300 Subject: [PATCH] Add extension to install procedure --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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()