blob: 3e553f8535b2c9857610c6a3f65553834445e8dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
LIBRARY()
SRCS(
align.h
compressed.h
extinfo.h
file.cpp
hashes.h
header.h
header.cpp
heap.h
input.h
microbdb.cpp
noextinfo.proto
output.h
powersorter.h
reader.h
safeopen.h
sorter.h
sorterdef.h
utility.h
wrappers.h
)
PEERDIR(
contrib/libs/fastlz
contrib/libs/libc_compat
contrib/libs/protobuf
contrib/libs/snappy
contrib/libs/zlib
library/cpp/deprecated/fgood
library/cpp/on_disk/st_hash
library/cpp/packedtypes
)
END()
|