aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs/static/tools/static_codec_checker/ya.make
blob: 271bce239c815b1307dff659f901cc86cd718ad7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PROGRAM()

OWNER(velavokr)

SRCS(
    static_codec_checker.cpp
)

PEERDIR(
    library/cpp/codecs
    library/cpp/codecs/static
    library/cpp/codecs/static/tools/common
    library/cpp/getopt/small 
)

END()