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

OWNER(velavokr)

SRCS(
    builder.cpp
    static_codec_info.proto
    static.cpp
)

PEERDIR(
    library/cpp/codecs 
    library/cpp/archive 
    library/cpp/svnversion 
    util/draft
)

END()