Skip to content

Commit

Permalink
Add extension to install procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Jul 1, 2024
1 parent cafe1a9 commit 7623616
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 7623616

Please sign in to comment.