aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/on_disk/chunks/ya.make
blob: 93197cb1ce061a510f7afcf04d9f2811f9f130fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY()

OWNER(g:util)
 
SRCS(
    chunked_helpers.cpp
    reader.cpp
    writer.cpp
)

END()