mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 09:07:25 +02:00
16 lines
221 B
Plaintext
16 lines
221 B
Plaintext
subproject libs/regex/example ;
|
|
|
|
|
|
exe timer : timer/timer.cpp
|
|
<lib>../build/libboost_regex
|
|
:
|
|
<include>$(BOOST_ROOT)
|
|
<define>BOOST_RE_NO_LIB=1
|
|
:
|
|
debug release
|
|
<runtime-link>dynamic
|
|
;
|
|
|
|
|
|
|