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

SRCS(
    cast.cpp
)

PEERDIR(
    contrib/libs/protobuf
)

END()

RECURSE_FOR_TESTS(
    ut
)