]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / Jamfile.v2
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
13 project boost/libs
14 : requirements <implicit-dependency>/boost//headers
15 ;