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