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