Update CMakeLists.txt

This commit is contained in:
Peter Dimov
2022-10-28 07:07:48 +03:00
parent 16fb4cc749
commit 5a616b9b54

View File

@@ -15,6 +15,7 @@ target_include_directories(boost_container_hash INTERFACE include)
target_link_libraries(boost_container_hash
INTERFACE
Boost::config
Boost::describe
Boost::type_traits
)