-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ddf85d
commit 286cb71
Showing
76 changed files
with
285 additions
and
2,105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,30 @@ | ||
add_subdirectory(impl) | ||
|
||
# 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. | ||
get_built_tool_path( | ||
TOOL_enum_parser_bin | ||
TOOL_enum_parser_dependency | ||
tools/enum_parser/enum_parser | ||
enum_parser | ||
) | ||
|
||
add_library(cpp-client-ydb_federated_topic) | ||
|
||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) | ||
include(CMakeLists.linux-x86_64.txt) | ||
elseif (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 (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") | ||
include(CMakeLists.darwin-arm64.txt) | ||
elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) | ||
include(CMakeLists.windows-x86_64.txt) | ||
target_link_libraries(cpp-client-ydb_federated_topic PUBLIC | ||
contrib-libs-cxxsupp | ||
yutil | ||
tools-enum_parser-enum_serialization_runtime | ||
cpp-client-ydb_topic | ||
client-ydb_federated_topic-impl | ||
) | ||
|
||
generate_enum_serilization(cpp-client-ydb_federated_topic | ||
${CMAKE_SOURCE_DIR}/client/ydb_federated_topic/federated_topic.h | ||
INCLUDE_HEADERS | ||
client/ydb_federated_topic/federated_topic.h | ||
) | ||
|
||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND NOT HAVE_CUDA) | ||
target_link_libraries(cpp-client-ydb_federated_topic PUBLIC | ||
contrib-libs-linux-headers | ||
) | ||
endif() |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
client/ydb_federated_topic/impl/CMakeLists.darwin-arm64.txt
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
client/ydb_federated_topic/impl/CMakeLists.darwin-x86_64.txt
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
client/ydb_federated_topic/impl/CMakeLists.linux-aarch64.txt
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
client/ydb_federated_topic/impl/CMakeLists.linux-x86_64.txt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.