Update build dependencies.

This commit is contained in:
Rene Rivera
2024-07-31 23:25:37 -05:00
parent 58cd5e35b1
commit c3cb5896fc
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@
import testing ;
project : requirements <library>/boost/container_hash//boost_container_hash ;
run books.cpp ;
run point.cpp ;
run portable.cpp ;

View File

@ -10,6 +10,7 @@ local clang-flags = $(gcc-flags) -Wno-c99-extensions ;
project hash-tests
: requirements
<library>/boost/container_hash//boost_container_hash
<library>/boost/core//boost_core
<library>/boost/type_traits//boost_type_traits