aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/program_options/ya.make
blob: 0b36ca65044cf6993fb604d86e2d39bd1b76d7de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
LIBRARY() 
 
LICENSE(BSL-1.0)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
 
OWNER(
    antoshkka
    g:cpp-committee
    g:cpp-contrib
)

INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc)
 
SRCS( 
    src/cmdline.cpp 
    src/config_file.cpp 
    src/convert.cpp 
    src/options_description.cpp 
    src/parsers.cpp 
    src/positional_options.cpp 
    src/split.cpp 
    src/utf8_codecvt_facet.cpp 
    src/value_semantic.cpp 
    src/variables_map.cpp 
    src/winmain.cpp 
) 
 
END()