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

SRCS(
    fallback.cpp
)

PEERDIR(
    library/cpp/yt/misc
    library/cpp/yt/containers
)

END()