blob: b52a206733665b2f8b05446028d1e38706088204 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
OWNER(
g:contrib
g:cpp-contrib
)
RECURSE(
abseil-cpp
abseil-cpp-tstring
alsa-lib
avahi
aws
blis
boost
cityhash-1.0.2
cmph
cpuinfo
exiv2
expected-lite
fast_float
dragonbox
gemmlowp
glib
glib-networking
glibmm
google
googletest
gst-plugins-bad
gst-plugins-base
gst-plugins-good
gstreamer
http-parser
keyutils
libelf
libffi
libiscsi
libntirpc
librseq
libsigcxx
libsoup
libtorrent
liburcu
libxsmm
llhttp
mpg123
murmurhash
nfs_ganesha
noc
openal-soft
patched
protobuf-c
protoc-c
protozero
range-v3
rnnoise
rubberband
spdlog
thrift
thrift/compiler
turbo_base64
uriparser
)
IF(OS_LINUX OR OS_DARWIN)
RECURSE(
boost/libs/python
boost/libs/python/arcadia_test
)
ENDIF()
IF(OS_ANDROID)
RECURSE(ashmem)
ENDIF()
|