Jamfile 349 B

123456789101112
  1. # Boost.Minmax Library Example Jamfile
  2. #
  3. # Copyright (C) 2002--2004, Herve Bronnimann
  4. #
  5. # Use, modification, and distribution is subject to the Boost Software
  6. # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt)
  8. #
  9. exe minmax_ex : minmax_ex.cpp ;
  10. exe minmax_timer : minmax_timer.cpp ;