blob: ab1fb3ded158463e5c030c18f60793d1bd7beb94 (
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
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
|
# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.
set(
HAVE_CXXABI_H
0
)
set(
HAVE_DLFCN_H
1
)
set(
HAVE_EXECINFO_H
1
)
set(
HAVE_LIBUNWIND_H
0
)
set(
HAVE_PTHREAD_H
1
)
set(
HAVE_SYS_TYPES_H
1
)
set(
HAVE_SYS_UCONTEXT_H
1
)
set(
HAVE_UCONTEXT_H
1
)
set(
HAVE_UNISTD_H
1
)
set(
HAVE_UNWIND_H
0
)
set(
PC_FROM_UCONTEXT
uc_mcontext.gregs[REG_RIP]
)
set(
YT_VERSION_BRANCH
local
)
set(
YT_VERSION_MAJOR
23
)
set(
YT_VERSION_MINOR
3
)
set(
YT_VERSION_PATCH
0
)
set(
YT_VERSION_TYPE
os
)
add_library(yt-yt-build)
target_compile_options(yt-yt-build PRIVATE
-Wdeprecated-this-capture
)
target_include_directories(yt-yt-build PUBLIC
${CMAKE_BINARY_DIR}/yt/yt/build
)
target_link_libraries(yt-yt-build PUBLIC
contrib-libs-linux-headers
contrib-libs-cxxsupp
yutil
)
target_sources(yt-yt-build PRIVATE
${CMAKE_SOURCE_DIR}/yt/yt/build/ya_version.cpp
${CMAKE_BINARY_DIR}/yt/yt/build/build.cpp
)
configure_file(
${CMAKE_SOURCE_DIR}/yt/yt/build/config.h.in
${CMAKE_BINARY_DIR}/yt/yt/build/config.h
)
configure_file(
${CMAKE_SOURCE_DIR}/yt/yt/build/build.cpp.in
${CMAKE_BINARY_DIR}/yt/yt/build/build.cpp
)
|