aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/ipmath
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
commit94299c40d78c487307d3b744ecadf539dc13bb1a (patch)
treebb80680b6df85a6d825be7aadde56e3be92232fd /library/cpp/ipmath
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/ipmath')
-rw-r--r--library/cpp/ipmath/CMakeLists.darwin.txt4
-rw-r--r--library/cpp/ipmath/CMakeLists.linux-aarch64.txt4
-rw-r--r--library/cpp/ipmath/CMakeLists.linux.txt4
3 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/ipmath/CMakeLists.darwin.txt b/library/cpp/ipmath/CMakeLists.darwin.txt
index 78a4d06b4b9..b0086dd4af0 100644
--- a/library/cpp/ipmath/CMakeLists.darwin.txt
+++ b/library/cpp/ipmath/CMakeLists.darwin.txt
@@ -14,6 +14,6 @@ target_link_libraries(library-cpp-ipmath PUBLIC
library-cpp-ipv6_address
)
target_sources(library-cpp-ipmath PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/ipmath.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/range_set.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/ipmath/ipmath.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/ipmath/range_set.cpp
)
diff --git a/library/cpp/ipmath/CMakeLists.linux-aarch64.txt b/library/cpp/ipmath/CMakeLists.linux-aarch64.txt
index 65648f12ee0..6fde6f4534f 100644
--- a/library/cpp/ipmath/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/ipmath/CMakeLists.linux-aarch64.txt
@@ -15,6 +15,6 @@ target_link_libraries(library-cpp-ipmath PUBLIC
library-cpp-ipv6_address
)
target_sources(library-cpp-ipmath PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/ipmath.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/range_set.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/ipmath/ipmath.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/ipmath/range_set.cpp
)
diff --git a/library/cpp/ipmath/CMakeLists.linux.txt b/library/cpp/ipmath/CMakeLists.linux.txt
index 65648f12ee0..6fde6f4534f 100644
--- a/library/cpp/ipmath/CMakeLists.linux.txt
+++ b/library/cpp/ipmath/CMakeLists.linux.txt
@@ -15,6 +15,6 @@ target_link_libraries(library-cpp-ipmath PUBLIC
library-cpp-ipv6_address
)
target_sources(library-cpp-ipmath PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/ipmath.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/range_set.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/ipmath/ipmath.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/ipmath/range_set.cpp
)