blob: 9693c54639fefd71f5f2503442d228ddaee0ced0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
LIBRARY()
OWNER(gulin)
SRCS(
class_factory.h
bin_saver.cpp
blob_io.cpp
buffered_io.cpp
mem_io.cpp
util_stream_io.cpp
)
PEERDIR(
library/cpp/containers/2d_array
)
END()
|