Files
algorithm/minmax/example/Jamfile
T

18 lines
473 B
Plaintext
Raw Normal View History

2004-07-01 20:15:51 +00:00
# Boost.Minmax Library Example Jamfile
#
# Copyright (C) 2002--2004, Herve Bronnimann
#
# Use, modification, and distribution is subject to the Boost Software
# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#
2024-07-30 08:03:47 -05:00
project
: requirements
<library>/boost/algorithm//boost_algorithm
<library>/boost/timer//boost_timer ;
2004-07-01 20:15:51 +00:00
exe minmax_ex : minmax_ex.cpp ;
exe minmax_timer : minmax_timer.cpp ;