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/deprecated/split/CMakeLists.darwin.txt | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/deprecated/split/CMakeLists.darwin.txt')
-rw-r--r-- | library/cpp/deprecated/split/CMakeLists.darwin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/deprecated/split/CMakeLists.darwin.txt b/library/cpp/deprecated/split/CMakeLists.darwin.txt index b6bcf60683..d23b1620f7 100644 --- a/library/cpp/deprecated/split/CMakeLists.darwin.txt +++ b/library/cpp/deprecated/split/CMakeLists.darwin.txt @@ -14,6 +14,6 @@ target_link_libraries(cpp-deprecated-split PUBLIC cpp-deprecated-kmp ) target_sources(cpp-deprecated-split PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/delim_string_iter.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/split_iterator.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/delim_string_iter.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/split_iterator.cpp ) |