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

OWNER(pg)
 
PEERDIR(
    library/cpp/malloc/api
)

SRCS(
    io.cpp
)

END()