aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/zc_memory_input/ya.make
blob: 2e4138acc4086f64cc58b1cc8a3c9e9e27c8f1e9 (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()