mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
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:
parent
70a531d54b
commit
968aef0c2e
1 changed files with 16 additions and 0 deletions
16
libs/Jamfile.v2
Normal file
16
libs/Jamfile.v2
Normal 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
|
||||
;
|
Loading…
Add table
Reference in a new issue