blob: b4a8981bacf834acf0af3d5d62b09e395a3dae7d (
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
 | LIBRARY()
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()
 |