mirror of
https://github.com/boostorg/config.git
synced 2026-07-09 18:01:05 +02:00
3423ec4c52
[SVN r26422]
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) ;
|
|
|