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

project boost/libs
   : requirements <implicit-dependency>/boost//headers
   ;