aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/eventlog/ya.make
blob: fbbc1eff0067b9a1ef385ae697c99b8ebd05ffd7 (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()

PEERDIR(
    library/cpp/blockcodecs
    library/cpp/eventlog/proto
    library/cpp/json
    library/cpp/logger
    library/cpp/protobuf/json
    library/cpp/streams/growing_file_input
    library/cpp/string_utils/base64
    contrib/libs/re2
)

SRCS(
    common.h
    evdecoder.cpp
    event_field_output.cpp
    event_field_printer.cpp
    eventlog.cpp
    eventlog_int.cpp
    iterator.cpp
    logparser.cpp
    threaded_eventlog.cpp
)

GENERATE_ENUM_SERIALIZATION(eventlog.h)
GENERATE_ENUM_SERIALIZATION(eventlog_int.h)

END()