diff options
Diffstat (limited to 'libs/algorithm/minmax/example/Jamfile')
-rw-r--r-- | libs/algorithm/minmax/example/Jamfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/algorithm/minmax/example/Jamfile b/libs/algorithm/minmax/example/Jamfile new file mode 100644 index 000000000..d8650e042 --- /dev/null +++ b/libs/algorithm/minmax/example/Jamfile @@ -0,0 +1,12 @@ +# 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) +# + +exe minmax_ex : minmax_ex.cpp ; +exe minmax_timer : minmax_timer.cpp ; + |