diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
commit | 9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch) | |
tree | 81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/monlib/encode/text/CMakeLists.darwin.txt | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/monlib/encode/text/CMakeLists.darwin.txt')
-rw-r--r-- | library/cpp/monlib/encode/text/CMakeLists.darwin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/monlib/encode/text/CMakeLists.darwin.txt b/library/cpp/monlib/encode/text/CMakeLists.darwin.txt index c32e968d63..58143a2371 100644 --- a/library/cpp/monlib/encode/text/CMakeLists.darwin.txt +++ b/library/cpp/monlib/encode/text/CMakeLists.darwin.txt @@ -14,5 +14,5 @@ target_link_libraries(monlib-encode-text PUBLIC cpp-monlib-encode ) target_sources(monlib-encode-text PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/text/text_encoder.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/text/text_encoder.cpp ) |