aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/on_disk/chunks/ya.make
blob: 33d6f1e05802e07ed9a956671247948e7982ade6 (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()