diff options
author | vvvv <vvvv@ydb.tech> | 2023-07-31 20:07:26 +0300 |
---|---|---|
committer | vvvv <vvvv@ydb.tech> | 2023-07-31 20:07:26 +0300 |
commit | f9e4743508b7930e884714cc99985ac45f84ed98 (patch) | |
tree | a1290261a4915a6f607e110e2cc27aee4c205f85 /library/cpp/yconf | |
parent | 5cf9beeab3ea847da0b6c414fcb5faa9cb041317 (diff) | |
download | ydb-f9e4743508b7930e884714cc99985ac45f84ed98.tar.gz |
Use UDFs from YDB
Diffstat (limited to 'library/cpp/yconf')
-rw-r--r-- | library/cpp/yconf/CMakeLists.darwin-x86_64.txt | 19 | ||||
-rw-r--r-- | library/cpp/yconf/CMakeLists.linux-aarch64.txt | 20 | ||||
-rw-r--r-- | library/cpp/yconf/CMakeLists.linux-x86_64.txt | 20 | ||||
-rw-r--r-- | library/cpp/yconf/CMakeLists.txt | 17 | ||||
-rw-r--r-- | library/cpp/yconf/CMakeLists.windows-x86_64.txt | 19 |
5 files changed, 0 insertions, 95 deletions
diff --git a/library/cpp/yconf/CMakeLists.darwin-x86_64.txt b/library/cpp/yconf/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4e5bbf836d9..00000000000 --- a/library/cpp/yconf/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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(library-cpp-yconf) -target_link_libraries(library-cpp-yconf PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-logger -) -target_sources(library-cpp-yconf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yconf/conf.cpp -) diff --git a/library/cpp/yconf/CMakeLists.linux-aarch64.txt b/library/cpp/yconf/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8ddf881133f..00000000000 --- a/library/cpp/yconf/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated 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(library-cpp-yconf) -target_link_libraries(library-cpp-yconf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-logger -) -target_sources(library-cpp-yconf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yconf/conf.cpp -) diff --git a/library/cpp/yconf/CMakeLists.linux-x86_64.txt b/library/cpp/yconf/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8ddf881133f..00000000000 --- a/library/cpp/yconf/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated 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(library-cpp-yconf) -target_link_libraries(library-cpp-yconf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-logger -) -target_sources(library-cpp-yconf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yconf/conf.cpp -) diff --git a/library/cpp/yconf/CMakeLists.txt b/library/cpp/yconf/CMakeLists.txt deleted file mode 100644 index f8b31df0c11..00000000000 --- a/library/cpp/yconf/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -endif() diff --git a/library/cpp/yconf/CMakeLists.windows-x86_64.txt b/library/cpp/yconf/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4e5bbf836d9..00000000000 --- a/library/cpp/yconf/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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(library-cpp-yconf) -target_link_libraries(library-cpp-yconf PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-logger -) -target_sources(library-cpp-yconf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yconf/conf.cpp -) |