aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/libffi/CMakeLists.darwin.txt
diff options
context:
space:
mode:
authorhrustyashko <hrustyashko@yandex-team.ru>2022-04-07 10:47:49 +0300
committerhrustyashko <hrustyashko@yandex-team.ru>2022-04-07 10:47:49 +0300
commit18dcbc27f5d6c6d5a79cc85d30587dc2f14485cd (patch)
tree2f5f0cadb5822f8c712e961b0933722157f7e51e /contrib/restricted/libffi/CMakeLists.darwin.txt
parentfcb0844ab2c3ff96971288ec2d7b024051eb1658 (diff)
downloadydb-18dcbc27f5d6c6d5a79cc85d30587dc2f14485cd.tar.gz
YQ-1003 ExternalFunction provider
store connection name at resolved function rename expr nodes to dq_function dq function data provider ref:23fa1160965eb31574ae1c31a5a9152781f238c2
Diffstat (limited to 'contrib/restricted/libffi/CMakeLists.darwin.txt')
-rw-r--r--contrib/restricted/libffi/CMakeLists.darwin.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/contrib/restricted/libffi/CMakeLists.darwin.txt b/contrib/restricted/libffi/CMakeLists.darwin.txt
new file mode 100644
index 0000000000..09883b16d1
--- /dev/null
+++ b/contrib/restricted/libffi/CMakeLists.darwin.txt
@@ -0,0 +1,38 @@
+
+# This file was gererated 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.
+
+
+
+add_library(contrib-restricted-libffi)
+target_compile_options(contrib-restricted-libffi PUBLIC
+ -DFFI_BUILDING
+)
+target_compile_options(contrib-restricted-libffi PRIVATE
+ -DHAVE_CONFIG_H
+)
+target_include_directories(contrib-restricted-libffi PUBLIC
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/include
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/configs/x86_64-apple-macosx/include
+)
+target_include_directories(contrib-restricted-libffi PRIVATE
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/include
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/src
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/configs/x86_64-apple-macosx
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/configs/x86_64-apple-macosx/include
+)
+target_sources(contrib-restricted-libffi PRIVATE
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/src/closures.c
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/src/java_raw_api.c
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/src/prep_cif.c
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/src/raw_api.c
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/src/types.c
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/src/x86/ffi64.c
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/src/x86/ffiw64.c
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/src/x86/unix64.S
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/libffi/src/x86/win64.S
+)