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/asmglibc/CMakeLists.darwin-x86_64.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/asmglibc/CMakeLists.darwin-x86_64.txt')
-rw-r--r-- | contrib/libs/asmglibc/CMakeLists.darwin-x86_64.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/libs/asmglibc/CMakeLists.darwin-x86_64.txt b/contrib/libs/asmglibc/CMakeLists.darwin-x86_64.txt new file mode 100644 index 0000000000..e2b4e37fbb --- /dev/null +++ b/contrib/libs/asmglibc/CMakeLists.darwin-x86_64.txt @@ -0,0 +1,13 @@ + +# 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-asmglibc) +target_sources(contrib-libs-asmglibc PRIVATE + ${CMAKE_SOURCE_DIR}/contrib/libs/asmglibc/memchr.S +) |