1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/program_options/example/Jamfile.v2

15 lines
362 B
Plaintext

project
: requirements <library>../build//boost_program_options
<hardcode-dll-paths>true
<link>static
;
exe first : first.cpp ;
exe options_description : options_description.cpp ;
exe multiple_sources : multiple_sources.cpp ;
exe custom_syntax : custom_syntax.cpp ;
exe real : real.cpp ;
exe regex : regex.cpp /boost/regex//boost_regex ;