aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs/static/tools/common/ya.make
blob: 3381c4b896c4910bbe829043e20e88027f438dd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LIBRARY()

OWNER(velavokr) 

SRCS(
    ct_common.cpp
)

PEERDIR(
    library/cpp/codecs
    library/cpp/codecs/static
    library/cpp/getopt/small
    library/cpp/string_utils/base64
    util/draft
)

GENERATE_ENUM_SERIALIZATION(ct_common.h) 

END()