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