diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-08-22 18:56:30 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-08-22 19:13:38 +0300 |
commit | 769d14120ef8e30363c7dd6870ce1b82552587c3 (patch) | |
tree | c407d1d3f152b9f6eb13f50abc3f5b06db82f9b3 /contrib/libs/asmglibc/CMakeLists.darwin-x86_64.txt | |
parent | 494eee7cbbaf3e7d71a133c80c96aec26e518c2a (diff) | |
download | ydb-769d14120ef8e30363c7dd6870ce1b82552587c3.tar.gz |
Extract asmlib manipulations into separate block
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, 0 insertions, 13 deletions
diff --git a/contrib/libs/asmglibc/CMakeLists.darwin-x86_64.txt b/contrib/libs/asmglibc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e2b4e37fbb..0000000000 --- a/contrib/libs/asmglibc/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,13 +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_library(contrib-libs-asmglibc) -target_sources(contrib-libs-asmglibc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/asmglibc/memchr.S -) |