aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme/ya.make
blob: 890b2721235d008cf48a3b43247d6114ac196a04 (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
30
LIBRARY()


SRCS(
    scheme.cpp
    scheme_cast.h
    scimpl.h
    scimpl_defs.h
    scimpl_private.cpp
    scimpl_protobuf.cpp
    scimpl_select.rl6
    scimpl_json_read.cpp
    scimpl_json_write.cpp
)

PEERDIR(
    contrib/libs/protobuf
    library/cpp/json
    library/cpp/string_utils/relaxed_escaper
)

GENERATE_ENUM_SERIALIZATION(scheme.h)

END()

RECURSE(
    tests
    ut_utils
    util
)