Browse Source

Add bimap to link targets

Signed-off-by: Exverge <exverge@exverge.xyz>
remotes/1785372757367212240/tmp_refs/heads/variable-page-size
Exverge 1 month ago
parent
commit
f6a26e63fe
  1. 2
      src/common/CMakeLists.txt

2
src/common/CMakeLists.txt

@ -228,7 +228,7 @@ if(CXX_CLANG)
endif()
if (BOOST_NO_HEADERS)
target_link_libraries(common PUBLIC Boost::algorithm Boost::heap Boost::icl Boost::pool)
target_link_libraries(common PUBLIC Boost::algorithm Boost::heap Boost::icl Boost::pool Boost::bimap)
else()
target_link_libraries(common PUBLIC Boost::headers)
endif()

Loading…
Cancel
Save