diff options
author | svidyuk <svidyuk@yandex-team.com> | 2023-08-30 12:12:06 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.com> | 2023-08-30 12:42:20 +0300 |
commit | cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc (patch) | |
tree | 98d10bf793b8e006a638ce08ed73a53b980b3828 /contrib/tools/protoc | |
parent | d7212c5b8f972c2ad657311361a3bd1b136f2c5f (diff) | |
download | ydb-cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc.tar.gz |
All .ll files support in LLVM_BC
Diffstat (limited to 'contrib/tools/protoc')
17 files changed, 0 insertions, 484 deletions
diff --git a/contrib/tools/protoc/CMakeLists.txt b/contrib/tools/protoc/CMakeLists.txt deleted file mode 100644 index bdcaeeca99..0000000000 --- a/contrib/tools/protoc/CMakeLists.txt +++ /dev/null @@ -1,10 +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_subdirectory(bin) -add_subdirectory(plugins) diff --git a/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7ba0d379ec..0000000000 --- a/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,31 +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_executable(protoc) -target_compile_options(protoc PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(protoc PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - system_allocator -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7aa65033fd..0000000000 --- a/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,36 +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_executable(protoc) -target_compile_options(protoc PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protoc -) -target_link_options(protoc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - cpp-malloc-jemalloc -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 37364dc61a..0000000000 --- a/contrib/tools/protoc/bin/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,38 +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_executable(protoc) -target_compile_options(protoc PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(protoc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.txt b/contrib/tools/protoc/bin/CMakeLists.txt deleted file mode 100644 index f8b31df0c1..0000000000 --- a/contrib/tools/protoc/bin/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/contrib/tools/protoc/bin/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a79b28c37d..0000000000 --- a/contrib/tools/protoc/bin/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,26 +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_executable(protoc) -target_compile_options(protoc PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - system_allocator -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/plugins/CMakeLists.txt b/contrib/tools/protoc/plugins/CMakeLists.txt deleted file mode 100644 index f6c7b58a9e..0000000000 --- a/contrib/tools/protoc/plugins/CMakeLists.txt +++ /dev/null @@ -1,10 +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_subdirectory(cpp_styleguide) -add_subdirectory(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0b5c34301d..0000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,31 +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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(cpp_styleguide PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - system_allocator -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 744e24124b..0000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,36 +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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protoc -) -target_link_options(cpp_styleguide PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - cpp-malloc-jemalloc -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d39ea8b10b..0000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,38 +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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(cpp_styleguide PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.txt deleted file mode 100644 index f8b31df0c1..0000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/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/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dcf39ba82e..0000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,26 +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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - system_allocator -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d2cb604b85..0000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,36 +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_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - src-compiler-grpc_plugin_support -) -target_link_options(grpc_cpp PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - system_allocator -) -vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 860ce47993..0000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,41 +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_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - src-compiler-grpc_plugin_support -) -target_link_options(grpc_cpp PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - cpp-malloc-jemalloc -) -vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 38f77750e6..0000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +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_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - src-compiler-grpc_plugin_support -) -target_link_options(grpc_cpp PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.txt deleted file mode 100644 index f8b31df0c1..0000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/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/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f787c68818..0000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,31 +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_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - src-compiler-grpc_plugin_support -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - system_allocator -) -vcs_info(grpc_cpp) |