aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/balloc/lib/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 /library/cpp/balloc/lib/CMakeLists.darwin.txt
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/balloc/lib/CMakeLists.darwin.txt')
-rw-r--r--library/cpp/balloc/lib/CMakeLists.darwin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/balloc/lib/CMakeLists.darwin.txt b/library/cpp/balloc/lib/CMakeLists.darwin.txt
index 8e1e7a84cb..f46411bee0 100644
--- a/library/cpp/balloc/lib/CMakeLists.darwin.txt
+++ b/library/cpp/balloc/lib/CMakeLists.darwin.txt
@@ -17,5 +17,5 @@ target_link_libraries(cpp-balloc-lib PUBLIC
cpp-malloc-api
)
target_sources(cpp-balloc-lib PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/balloc/lib/alloc_stats.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/balloc/lib/alloc_stats.cpp
)