mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
16 lines
356 B
Plaintext
16 lines
356 B
Plaintext
|
|
project
|
|
: requirements <library>../build//program_options
|
|
<hardcode-dll-paths>true
|
|
;
|
|
|
|
exe first : first.cpp ;
|
|
exe options_description : options_description.cpp ;
|
|
exe multiple_sources : multiple_sources.cpp ;
|
|
exe custom_syntax : custom_syntax.cpp ;
|
|
|
|
exe a : a.cpp ;
|
|
|
|
#exe real : real.cpp ;
|
|
#exe regex : regex.cpp /boost/regex//boost_regex ;
|