aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs/static/tools/common/ya.make
blob: 59943b7b8bd6027f8f7c4245723630ecec8e0f78 (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()