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/http/simple | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/http/simple')
-rw-r--r-- | library/cpp/http/simple/CMakeLists.darwin.txt | 2 | ||||
-rw-r--r-- | library/cpp/http/simple/CMakeLists.linux-aarch64.txt | 2 | ||||
-rw-r--r-- | library/cpp/http/simple/CMakeLists.linux.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/http/simple/CMakeLists.darwin.txt b/library/cpp/http/simple/CMakeLists.darwin.txt index 5f3ed7780f..68c2fb64a3 100644 --- a/library/cpp/http/simple/CMakeLists.darwin.txt +++ b/library/cpp/http/simple/CMakeLists.darwin.txt @@ -17,5 +17,5 @@ target_link_libraries(cpp-http-simple PUBLIC library-cpp-uri ) target_sources(cpp-http-simple PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/http/simple/http_client.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/http/simple/http_client.cpp ) diff --git a/library/cpp/http/simple/CMakeLists.linux-aarch64.txt b/library/cpp/http/simple/CMakeLists.linux-aarch64.txt index ea68c11cc2..970d858e0e 100644 --- a/library/cpp/http/simple/CMakeLists.linux-aarch64.txt +++ b/library/cpp/http/simple/CMakeLists.linux-aarch64.txt @@ -18,5 +18,5 @@ target_link_libraries(cpp-http-simple PUBLIC library-cpp-uri ) target_sources(cpp-http-simple PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/http/simple/http_client.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/http/simple/http_client.cpp ) diff --git a/library/cpp/http/simple/CMakeLists.linux.txt b/library/cpp/http/simple/CMakeLists.linux.txt index ea68c11cc2..970d858e0e 100644 --- a/library/cpp/http/simple/CMakeLists.linux.txt +++ b/library/cpp/http/simple/CMakeLists.linux.txt @@ -18,5 +18,5 @@ target_link_libraries(cpp-http-simple PUBLIC library-cpp-uri ) target_sources(cpp-http-simple PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/http/simple/http_client.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/http/simple/http_client.cpp ) |