mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-22 05:22:39 +00:00
17 lines
479 B
Plaintext
17 lines
479 B
Plaintext
|
|
subproject libs/program_options/example ;
|
|
|
|
rule program-options-example ( name extra-sources * )
|
|
{
|
|
exe $(name) : $(name).cpp <lib>../build/boost_program_options $(extra-sources)
|
|
: <include>$(BOOST_ROOT) ;
|
|
}
|
|
|
|
program-options-example first ;
|
|
program-options-example options_description ;
|
|
program-options-example multiple_sources ;
|
|
program-options-example custom_syntax ;
|
|
|
|
#program-options-example real ;
|
|
#program-options-example regex <lib>../../regex/build/boost_regex ;
|