diff options
author | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-04-08 21:20:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-04-08 21:20:14 +0300 |
commit | d6efaab16218e74875dd94c978b659d867327aa4 (patch) | |
tree | 7b94679be430d5f7e311766882f371a57b17dca3 /library/python/symbols | |
parent | 928a92f82931e03961e4eac761c7f68d5d8070ba (diff) | |
download | ydb-d6efaab16218e74875dd94c978b659d867327aa4.tar.gz |
Add rule to generate cmake file. KIKIMR-14679
ref:520f7b10e2f41d081d1552c1ce75159826498334
Diffstat (limited to 'library/python/symbols')
-rw-r--r-- | library/python/symbols/libc/CMakeLists.txt | 28 | ||||
-rw-r--r-- | library/python/symbols/python/CMakeLists.txt | 25 | ||||
-rw-r--r-- | library/python/symbols/registry/CMakeLists.txt | 17 |
3 files changed, 0 insertions, 70 deletions
diff --git a/library/python/symbols/libc/CMakeLists.txt b/library/python/symbols/libc/CMakeLists.txt deleted file mode 100644 index ef018b607f..0000000000 --- a/library/python/symbols/libc/CMakeLists.txt +++ /dev/null @@ -1,28 +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(python-symbols-libc INTERFACE) -target_link_libraries(python-symbols-libc INTERFACE - contrib-libs-cxxsupp - yutil - python-symbols-registry -) - -add_global_library_for(python-symbols-libc.global python-symbols-libc) -target_compile_options(python-symbols-libc.global PRIVATE - -Wno-deprecated-declarations -) -target_link_libraries(python-symbols-libc.global PUBLIC - contrib-libs-cxxsupp - yutil - python-symbols-registry -) -target_sources(python-symbols-libc.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/python/symbols/libc/syms.cpp -) diff --git a/library/python/symbols/python/CMakeLists.txt b/library/python/symbols/python/CMakeLists.txt deleted file mode 100644 index 3993e19c91..0000000000 --- a/library/python/symbols/python/CMakeLists.txt +++ /dev/null @@ -1,25 +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(python-symbols-python INTERFACE) -target_link_libraries(python-symbols-python INTERFACE - contrib-libs-cxxsupp - yutil - python-symbols-registry -) - -add_global_library_for(python-symbols-python.global python-symbols-python) -target_link_libraries(python-symbols-python.global PUBLIC - contrib-libs-cxxsupp - yutil - python-symbols-registry -) -target_sources(python-symbols-python.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/python/symbols/python/syms.cpp -) diff --git a/library/python/symbols/registry/CMakeLists.txt b/library/python/symbols/registry/CMakeLists.txt deleted file mode 100644 index 89e8f9ba17..0000000000 --- a/library/python/symbols/registry/CMakeLists.txt +++ /dev/null @@ -1,17 +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(python-symbols-registry) -target_link_libraries(python-symbols-registry PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(python-symbols-registry PRIVATE - ${CMAKE_SOURCE_DIR}/library/python/symbols/registry/syms.cpp -) |