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