mirror of
https://github.com/boostorg/config.git
synced 2025-11-02 16:52:20 +01:00
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
# Copyright John Maddock.
|
|
|
|
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) ;
|
|
|