diff options
author | pnv1 <pnv@ydb.tech> | 2023-04-27 19:15:07 +0300 |
---|---|---|
committer | pnv1 <pnv@ydb.tech> | 2023-04-27 19:15:07 +0300 |
commit | a66c59109292f9e0fb44ede41adfdebe569e4df3 (patch) | |
tree | 906b3d10274afd16e8e70c61ff416bff9075422e /contrib/libs/asmlib/CMakeLists.linux-aarch64.txt | |
parent | 9ca91b40d6f45546e20a646d15590c0cc6cc9778 (diff) | |
download | ydb-a66c59109292f9e0fb44ede41adfdebe569e4df3.tar.gz |
Switch to old asmlib to be able to build ydb cli without sse4
Diffstat (limited to 'contrib/libs/asmlib/CMakeLists.linux-aarch64.txt')
-rw-r--r-- | contrib/libs/asmlib/CMakeLists.linux-aarch64.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/libs/asmlib/CMakeLists.linux-aarch64.txt b/contrib/libs/asmlib/CMakeLists.linux-aarch64.txt new file mode 100644 index 0000000000..d29b43c90a --- /dev/null +++ b/contrib/libs/asmlib/CMakeLists.linux-aarch64.txt @@ -0,0 +1,16 @@ + +# 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(contrib-libs-asmlib) +target_link_libraries(contrib-libs-asmlib PUBLIC + contrib-libs-linux-headers +) +target_sources(contrib-libs-asmlib PRIVATE + ${CMAKE_SOURCE_DIR}/contrib/libs/asmlib/dummy.c +) |