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

BUILD_ONLY_IF(WARNING WARNING LINUX)

PEERDIR(
    library/cpp/porto/proto
    contrib/libs/protobuf
)

SRCS(
    libporto.cpp
    metrics.cpp
)

END()

RECURSE_FOR_TESTS(ut)