aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/ytalloc/api/ya.make
blob: 7e7852df14e9a6c8c97750aff7e4259e83a74b79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY()

SRCS(
    fallback.cpp
)

PEERDIR(
    library/cpp/yt/misc
)

END()