mirror of
https://github.com/boostorg/algorithm.git
synced 2025-08-01 05:24:30 +02:00
Add timer dependency for minmax examples.
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
|
||||
project : requirements <library>/boost/algorithm//boost_algorithm ;
|
||||
project
|
||||
: requirements
|
||||
<library>/boost/algorithm//boost_algorithm
|
||||
<library>/boost/timer//boost_timer ;
|
||||
|
||||
exe minmax_ex : minmax_ex.cpp ;
|
||||
exe minmax_timer : minmax_timer.cpp ;
|
||||
|
Reference in New Issue
Block a user