Skip to content

Commit

Permalink
Update build deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot authored and jeking3 committed Nov 24, 2024
1 parent 2cbf3ad commit 053fada
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
#
# -----------------------------------------------------------

exe timing_tests
: timing_tests.cpp
project : requirements <library>/boost/dynamic_bitset//boost_dynamic_bitset ;

exe timing_tests
: timing_tests.cpp
/boost/timer//boost_timer
/boost/detail//boost_detail
;
Expand Down
2 changes: 2 additions & 0 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import testing ;
import-search /boost/config/checks ;
import config : requires ;

project : requirements <library>/boost/dynamic_bitset//boost_dynamic_bitset ;

test-suite dynamic_bitset :

[ run dyn_bitset_unit_tests1.cpp : : : <library>/boost/filesystem//boost_filesystem
Expand Down

0 comments on commit 053fada

Please sign in to comment.