mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-30 20:12:31 +00:00
20 lines
428 B
Plaintext
20 lines
428 B
Plaintext
|
|
project boost/program_options
|
|
:
|
|
source-location ../src
|
|
;
|
|
|
|
SOURCES =
|
|
cmdline config_file options_description parsers variables_map
|
|
value_semantic positional_options utf8_codecvt_facet
|
|
convert winmain
|
|
;
|
|
|
|
lib boost_program_options
|
|
:
|
|
$(SOURCES).cpp
|
|
:
|
|
<link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1 # tell source we're building dll's
|
|
;
|
|
|
|
boost-install boost_program_options ; |