forked from boostorg/boost
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 86398 which supplies a file missing from 86392.
[SVN r86490]
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
; |