mirror of
https://github.com/boostorg/container_hash.git
synced 2025-07-31 04:57:29 +02:00
Update build dependencies.
This commit is contained in:
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
|
project : requirements <library>/boost/container_hash//boost_container_hash ;
|
||||||
|
|
||||||
run books.cpp ;
|
run books.cpp ;
|
||||||
run point.cpp ;
|
run point.cpp ;
|
||||||
run portable.cpp ;
|
run portable.cpp ;
|
||||||
|
@ -10,6 +10,7 @@ local clang-flags = $(gcc-flags) -Wno-c99-extensions ;
|
|||||||
|
|
||||||
project hash-tests
|
project hash-tests
|
||||||
: requirements
|
: requirements
|
||||||
|
<library>/boost/container_hash//boost_container_hash
|
||||||
<library>/boost/core//boost_core
|
<library>/boost/core//boost_core
|
||||||
<library>/boost/type_traits//boost_type_traits
|
<library>/boost/type_traits//boost_type_traits
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user