mirror of
https://github.com/boostorg/config.git
synced 2026-02-17 01:32:15 +00:00
16 lines
433 B
Plaintext
16 lines
433 B
Plaintext
# Copyright John Maddock 2005.
|
|
# Use, modification and distribution are subject to the
|
|
# Boost Software License, Version 1.0. (See accompanying file
|
|
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
subproject libs/config/tools ;
|
|
# bring in the rules for testing
|
|
import testing ;
|
|
|
|
run generate.cpp
|
|
<lib>../../regex/build/boost_regex
|
|
<lib>../../filesystem/build/boost_filesystem
|
|
: : $(BOOST_ROOT) ;
|
|
|
|
|