aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/brotli/common/CMakeLists.darwin.txt
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
commit94299c40d78c487307d3b744ecadf539dc13bb1a (patch)
treebb80680b6df85a6d825be7aadde56e3be92232fd /contrib/libs/brotli/common/CMakeLists.darwin.txt
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/libs/brotli/common/CMakeLists.darwin.txt')
-rw-r--r--contrib/libs/brotli/common/CMakeLists.darwin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/brotli/common/CMakeLists.darwin.txt b/contrib/libs/brotli/common/CMakeLists.darwin.txt
index 493d1aa481..6e7ae4564d 100644
--- a/contrib/libs/brotli/common/CMakeLists.darwin.txt
+++ b/contrib/libs/brotli/common/CMakeLists.darwin.txt
@@ -19,6 +19,6 @@ target_link_libraries(libs-brotli-common PUBLIC
contrib-libs-cxxsupp
)
target_sources(libs-brotli-common PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/dictionary.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/transform.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/dictionary.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/transform.c
)