diff options
author | hrustyashko <[email protected]> | 2022-04-07 10:47:49 +0300 |
---|---|---|
committer | hrustyashko <[email protected]> | 2022-04-07 10:47:49 +0300 |
commit | 18dcbc27f5d6c6d5a79cc85d30587dc2f14485cd (patch) | |
tree | 2f5f0cadb5822f8c712e961b0933722157f7e51e /contrib/tools/python3/lib | |
parent | fcb0844ab2c3ff96971288ec2d7b024051eb1658 (diff) |
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/tools/python3/lib')
-rw-r--r-- | contrib/tools/python3/lib/CMakeLists.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/tools/python3/lib/CMakeLists.txt b/contrib/tools/python3/lib/CMakeLists.txt new file mode 100644 index 00000000000..879b9caf41e --- /dev/null +++ b/contrib/tools/python3/lib/CMakeLists.txt @@ -0,0 +1,21 @@ + +# 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(tools-python3-lib INTERFACE) +target_link_libraries(tools-python3-lib INTERFACE + contrib-libs-cxxsupp + yutil + tools-python3-src + contrib-libs-cxxsupp + yutil + certs + contrib-libs-cxxsupp + yutil + python3-src-Modules +) |