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
13project boost/libs
14   : requirements <implicit-dependency>/boost//headers
15   ;
16