Install the include/ directory separately

This commit is contained in:
Peter Dimov
2019-12-22 08:34:42 +02:00
parent e999e81106
commit ca4e25f64e

View File

@@ -29,6 +29,8 @@ include(BoostInstall OPTIONAL RESULT_VARIABLE HAVE_BOOST_INSTALL)
if(HAVE_BOOST_INSTALL) if(HAVE_BOOST_INSTALL)
install(DIRECTORY include/ DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
boost_install(boost_assert) boost_install(boost_assert)
endif() endif()