diff options
author | Daniil Cherednik <[email protected]> | 2022-04-08 21:20:14 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-04-08 21:20:14 +0300 |
commit | d6efaab16218e74875dd94c978b659d867327aa4 (patch) | |
tree | 7b94679be430d5f7e311766882f371a57b17dca3 /contrib/tools/python3/lib | |
parent | 928a92f82931e03961e4eac761c7f68d5d8070ba (diff) |
Add rule to generate cmake file. KIKIMR-14679
ref:520f7b10e2f41d081d1552c1ce75159826498334
Diffstat (limited to 'contrib/tools/python3/lib')
-rw-r--r-- | contrib/tools/python3/lib/CMakeLists.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/tools/python3/lib/CMakeLists.txt b/contrib/tools/python3/lib/CMakeLists.txt deleted file mode 100644 index 879b9caf41e..00000000000 --- a/contrib/tools/python3/lib/CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ - -# 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 -) |