Jamfile 669 B

1234567891011121314151617181920
  1. #==============================================================================
  2. # Copyright (c) 2003-2006 Joel de Guzman
  3. # Copyright (c) 2006 Dan Marsden
  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. project fusion-performance ;
  10. exe accumulate : accumulate.cpp ;
  11. exe inner_product : inner_product.cpp ;
  12. exe inner_product2 : inner_product2.cpp ;
  13. exe sequence_efficiency : sequence_efficiency.cpp ;
  14. exe functional : functional.cpp ;