aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/zc_memory_input/ya.make
blob: c86449b1b5f1bc731c16adf15ef9cedaf7914538 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY() 
 
OWNER(
    pg
    g:util
)
 
SRCS( 
    zc_memory_input.cpp 
) 
 
END()