aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/api/helpers/ya.make
blob: 3dda368c82a799e118d0e36d7c02611191e2f3b4 (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()