forked from catboost/catboost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathya.make
103 lines (86 loc) · 1.16 KB
/
ya.make
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
RECURSE(
android_ifaddrs
base64
brotli
clapack
coreml
cppdemangle
crcutil
cxxsupp/libcxx
cxxsupp/libcxx-filesystem
expat
fastlz
flatbuffers
flatbuffers/samples
fmath
gamma_function_apache_math_port
jdk
jemalloc
libbz2
libc_compat
libunwind
linux-headers
linuxvdso
lz4
lz4/generated
lzmasdk
nayuki_md5
onnx
openssl
openssl/apps
openssl/dynamic
protobuf
protobuf/python
protobuf/python/test
pugixml
python
python/ut
r-lang
re2
snappy
sqlite3
tbb
tensorboard
xxhash
zlib
zstd
zstd06
)
IF (OS_FREEBSD OR OS_LINUX)
RECURSE(
)
ENDIF()
IF (OS_DARWIN)
RECURSE(
)
ENDIF()
IF (OS_LINUX)
RECURSE(
ibdrv
)
ENDIF()
IF (OS_WINDOWS)
RECURSE(
)
ELSE()
RECURSE(
re2/tests
)
ENDIF()
IF (OS_LINUX OR OS_WINDOWS)
RECURSE(
)
ENDIF()
IF (OS_WINDOWS AND USE_UWP)
# Other platforms will be added on demand or in background
RECURSE(
)
ENDIF()
IF (OS_ANDROID)
RECURSE(
)
ENDIF()
IF (OS_IOS AND ARCH_ARM64 OR OS_DARWIN)
RECURSE(
)
ENDIF()