aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/interop/ya.make
blob: 618b553459796de817ac28deb71b2f5d310899fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

OWNER(
    paxakor
)

SRCS(
    cast.cpp
)

PEERDIR(
    contrib/libs/protobuf
)

END()