diff options
author | dcherednik <dcherednik@ydb.tech> | 2022-10-26 16:40:35 +0300 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2022-10-26 16:40:35 +0300 |
commit | b981cca279190176740c3bf5c5b4fd03be51b599 (patch) | |
tree | f5ec6210fdce0e976cbbe4dc8ae78bb6509adf49 /CMakeLists.linux-aarch64.txt | |
parent | 6dc0de995652f7eeecdbdb88dc98b00bb0653a2f (diff) | |
download | ydb-b981cca279190176740c3bf5c5b4fd03be51b599.tar.gz |
Enable linux-arm platform.
Diffstat (limited to 'CMakeLists.linux-aarch64.txt')
-rw-r--r-- | CMakeLists.linux-aarch64.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CMakeLists.linux-aarch64.txt b/CMakeLists.linux-aarch64.txt new file mode 100644 index 0000000000..cd6d87e652 --- /dev/null +++ b/CMakeLists.linux-aarch64.txt @@ -0,0 +1,14 @@ + +# 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_subdirectory(tools) +add_subdirectory(contrib) +add_subdirectory(util) +add_subdirectory(library) +add_subdirectory(ydb) +add_subdirectory(certs) |