mirror of
https://github.com/boostorg/algorithm.git
synced 2025-08-02 14:04:25 +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)
|
# 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_ex : minmax_ex.cpp ;
|
||||||
exe minmax_timer : minmax_timer.cpp ;
|
exe minmax_timer : minmax_timer.cpp ;
|
||||||
|
Reference in New Issue
Block a user