Jamfile.v2 314 B

1234567891011
  1. # Boost.SafeNumerics Library example Jamfile
  2. #
  3. # Copyright (c) 2017 Robert Ramey
  4. #
  5. # Distributed under the Boost Software License, Version 1.0.
  6. # See accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt
  8. build-project example ;
  9. build-project test ;
  10. #build-project performance ;