Add missing Jamfile for lib directory omitted in 86392.

This sets up dependencies from all libraries to the forward header generation.

[SVN r86398]
This commit is contained in:
Jürgen Hunold 2013-10-22 19:18:12 +00:00
parent 70a531d54b
commit 968aef0c2e

16
libs/Jamfile.v2 Normal file
View file

@ -0,0 +1,16 @@
# 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
: usage-requirements <implicit-dependency>/boost//headers
;