mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-30 20:12:31 +00:00
21 lines
358 B
Plaintext
21 lines
358 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
|
|
;
|
|
|
|
import os ;
|
|
if [ os.name ] = NT
|
|
{
|
|
linkage = <link>static ;
|
|
}
|
|
|
|
lib program_options
|
|
: $(SOURCES).cpp
|
|
: $(linkage)
|
|
;
|