mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 13:05:00 +00:00
15 lines
410 B
Text
15 lines
410 B
Text
# 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
|
|
;
|