Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.

libs/program_options/example/Jamfile.v2


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 ;