blob: 96de0f04b1f89dbc3c50bbaf8e11fc57ac7e46d6 (
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
|
LIBRARY()
OWNER(pg)
PEERDIR(
library/cpp/colorizer
)
SRCS(
completer.cpp
completer_command.cpp
completion_generator.cpp
formatted_output.cpp
last_getopt.cpp
last_getopt_easy_setup.cpp
last_getopt_opt.cpp
last_getopt_opts.cpp
last_getopt_parser.cpp
last_getopt_parse_result.cpp
modchooser.cpp
opt.cpp
opt2.cpp
posix_getopt.cpp
wrap.cpp
ygetopt.cpp
)
END()
|