aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/library/table_schema/ya.make
blob: 4aebad72dda98e993d3448ba4b97e13b835bd081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBRARY()

INCLUDE(${ARCADIA_ROOT}/yt/ya_cpp.make.inc)

SRCS(
    protobuf.h
    protobuf.cpp
)

PEERDIR(
    yt/cpp/mapreduce/interface
)

END()