summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3
diff options
context:
space:
mode:
authorpnv1 <[email protected]>2022-03-01 16:39:56 +0300
committerpnv1 <[email protected]>2022-03-01 16:39:56 +0300
commite28946633ffe99ca801c9ce9a8e835e796a20c12 (patch)
tree6abf6146e14ca9d23c1ef74dd11da0123a225da3 /contrib/tools/python3
parent2abfb07de63eed20a0745f07e169c651aceaca0f (diff)
Improve SystemCommand check in YDB CLI, KIKIMR-14321
ref:fe5ed49138dce046a93c364cc8879fad3abf3eef
Diffstat (limited to 'contrib/tools/python3')
-rw-r--r--contrib/tools/python3/lib/CMakeLists.txt9
-rw-r--r--contrib/tools/python3/src/CMakeLists.txt9
-rw-r--r--contrib/tools/python3/src/Modules/CMakeLists.txt8
-rw-r--r--contrib/tools/python3/src/Modules/_sqlite/CMakeLists.txt9
4 files changed, 35 insertions, 0 deletions
diff --git a/contrib/tools/python3/lib/CMakeLists.txt b/contrib/tools/python3/lib/CMakeLists.txt
index b629b58dbea..879b9caf41e 100644
--- a/contrib/tools/python3/lib/CMakeLists.txt
+++ b/contrib/tools/python3/lib/CMakeLists.txt
@@ -1,3 +1,12 @@
+
+# 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
diff --git a/contrib/tools/python3/src/CMakeLists.txt b/contrib/tools/python3/src/CMakeLists.txt
index d038c40e77c..4ec036fbe19 100644
--- a/contrib/tools/python3/src/CMakeLists.txt
+++ b/contrib/tools/python3/src/CMakeLists.txt
@@ -1,3 +1,12 @@
+
+# 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-src)
target_compile_options(tools-python3-src PRIVATE
-DPy_BUILD_CORE
diff --git a/contrib/tools/python3/src/Modules/CMakeLists.txt b/contrib/tools/python3/src/Modules/CMakeLists.txt
index d5e241308a5..044d4878b5b 100644
--- a/contrib/tools/python3/src/Modules/CMakeLists.txt
+++ b/contrib/tools/python3/src/Modules/CMakeLists.txt
@@ -1,3 +1,11 @@
+
+# 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.
+
+
find_package(OpenSSL REQUIRED)
find_package(ZLIB REQUIRED)
diff --git a/contrib/tools/python3/src/Modules/_sqlite/CMakeLists.txt b/contrib/tools/python3/src/Modules/_sqlite/CMakeLists.txt
index c37d788c6df..eb51a0826b3 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/CMakeLists.txt
+++ b/contrib/tools/python3/src/Modules/_sqlite/CMakeLists.txt
@@ -1,3 +1,12 @@
+
+# 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(src-Modules-_sqlite)
target_compile_options(src-Modules-_sqlite PRIVATE
-DMODULE_NAME="sqlite3"