mirror of
https://github.com/boostorg/boost.git
synced 2025-04-12 16:12:57 +00:00
14 lines
434 B
Text
14 lines
434 B
Text
# Boost.Build top level Jamrules
|
|
|
|
# See tools/build/index.html for documentation.
|
|
project boost ;
|
|
|
|
# Set some important global variables if they haven't already been set by the
|
|
# user on the command-line or in the environment
|
|
|
|
# Establish this as the root of the boost installation. Most targets will want
|
|
# $(BOOST_ROOT) in their #include path.
|
|
path-global BOOST_ROOT : . ;
|
|
|
|
# The current version of Boost.
|
|
BOOST_VERSION ?= 1.31.0 ;
|