aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/tld/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/tld/CMakeLists.darwin.txt
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/tld/CMakeLists.darwin.txt')
-rw-r--r--library/cpp/tld/CMakeLists.darwin.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/tld/CMakeLists.darwin.txt b/library/cpp/tld/CMakeLists.darwin.txt
index cab1da143b..cf90e8b74f 100644
--- a/library/cpp/tld/CMakeLists.darwin.txt
+++ b/library/cpp/tld/CMakeLists.darwin.txt
@@ -15,19 +15,19 @@ target_link_libraries(library-cpp-tld PUBLIC
cpp-digest-lower_case
)
target_sources(library-cpp-tld PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/tld/tld.cpp
- \${CMAKE_BINARY_DIR}/library/cpp/tld/tld.inc
+ ${CMAKE_SOURCE_DIR}/library/cpp/tld/tld.cpp
+ ${CMAKE_BINARY_DIR}/library/cpp/tld/tld.inc
)
add_custom_command(
OUTPUT
- \${CMAKE_BINARY_DIR}/library/cpp/tld/tld.inc
+ ${CMAKE_BINARY_DIR}/library/cpp/tld/tld.inc
DEPENDS
- \${CMAKE_SOURCE_DIR}/library/cpp/tld/tlds-alpha-by-domain.txt
- \${CMAKE_SOURCE_DIR}/library/cpp/tld/gen_tld.py
+ ${CMAKE_SOURCE_DIR}/library/cpp/tld/tlds-alpha-by-domain.txt
+ ${CMAKE_SOURCE_DIR}/library/cpp/tld/gen_tld.py
COMMAND
Python3::Interpreter
- \${CMAKE_SOURCE_DIR}/library/cpp/tld/gen_tld.py
- \${CMAKE_SOURCE_DIR}/library/cpp/tld/tlds-alpha-by-domain.txt
+ ${CMAKE_SOURCE_DIR}/library/cpp/tld/gen_tld.py
+ ${CMAKE_SOURCE_DIR}/library/cpp/tld/tlds-alpha-by-domain.txt
>
tld.inc
)