aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/misc/CMakeLists.darwin.txt
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
commit9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch)
tree81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/yt/misc/CMakeLists.darwin.txt
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/yt/misc/CMakeLists.darwin.txt')
-rw-r--r--library/cpp/yt/misc/CMakeLists.darwin.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/yt/misc/CMakeLists.darwin.txt b/library/cpp/yt/misc/CMakeLists.darwin.txt
index f20c948cad..d05719a445 100644
--- a/library/cpp/yt/misc/CMakeLists.darwin.txt
+++ b/library/cpp/yt/misc/CMakeLists.darwin.txt
@@ -14,7 +14,7 @@ target_link_libraries(cpp-yt-misc PUBLIC
cpp-yt-exception
)
target_sources(cpp-yt-misc PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/guid.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/source_location.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/variant.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/guid.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/source_location.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/variant.cpp
)