Jamfile.v2 410 B

123456789101112131415
  1. # Jamfile.v2
  2. #
  3. # Copyright (C) 2013 Bjorn Roald
  4. #
  5. # Distributed under the Boost Software License, Version 1.0.
  6. # See www.boost.org/LICENSE_1_0.txt
  7. #
  8. # Boost libraries common project properties:
  9. #
  10. # Under modularized layout, ensure all inheriting projects get
  11. # implicit dependency to headers staged as links in <boost-root>/boost
  12. project boost/libs
  13. : requirements <implicit-dependency>/boost//headers
  14. ;