Jamfile 545 B

1234567891011121314151617181920212223242526
  1. # -----------------------------------------------------------
  2. # Copyright (c) 2002 Gennaro Prota
  3. #
  4. # Distributed under the Boost Software License, Version 1.0.
  5. # (See accompanying file LICENSE_1_0.txt or copy at
  6. # http://www.boost.org/LICENSE_1_0.txt)
  7. #
  8. # -----------------------------------------------------------
  9. exe timing_tests
  10. : timing_tests.cpp
  11. ../../timer/build//boost_timer
  12. ;
  13. exe example1
  14. : example1.cpp
  15. ;
  16. exe example2
  17. : example2.cpp
  18. ;
  19. exe example3
  20. : example3.cpp
  21. ;