diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
commit | 94299c40d78c487307d3b744ecadf539dc13bb1a (patch) | |
tree | bb80680b6df85a6d825be7aadde56e3be92232fd /contrib/libs/base64/neon32/CMakeLists.darwin.txt | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
download | ydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/libs/base64/neon32/CMakeLists.darwin.txt')
-rw-r--r-- | contrib/libs/base64/neon32/CMakeLists.darwin.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/base64/neon32/CMakeLists.darwin.txt b/contrib/libs/base64/neon32/CMakeLists.darwin.txt index a7ec94e9d0..1723c75f81 100644 --- a/contrib/libs/base64/neon32/CMakeLists.darwin.txt +++ b/contrib/libs/base64/neon32/CMakeLists.darwin.txt @@ -12,12 +12,12 @@ target_link_libraries(libs-base64-neon32 PUBLIC contrib-libs-cxxsupp ) target_sources(libs-base64-neon32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/codec_neon32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/lib.c + \${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/codec_neon32.c + \${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/lib.c ) set_property( SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/codec_neon32.c + \${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/codec_neon32.c APPEND PROPERTY COMPILE_OPTIONS @@ -25,7 +25,7 @@ set_property( ) set_property( SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/lib.c + \${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/lib.c APPEND PROPERTY COMPILE_OPTIONS |