aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/pop_count
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/pop_count
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/pop_count')
-rw-r--r--library/cpp/pop_count/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/pop_count/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/pop_count/CMakeLists.linux.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/pop_count/CMakeLists.darwin.txt b/library/cpp/pop_count/CMakeLists.darwin.txt
index 30961489be..dad71fc626 100644
--- a/library/cpp/pop_count/CMakeLists.darwin.txt
+++ b/library/cpp/pop_count/CMakeLists.darwin.txt
@@ -13,5 +13,5 @@ target_link_libraries(library-cpp-pop_count PUBLIC
yutil
)
target_sources(library-cpp-pop_count PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/pop_count/popcount.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/pop_count/popcount.cpp
)
diff --git a/library/cpp/pop_count/CMakeLists.linux-aarch64.txt b/library/cpp/pop_count/CMakeLists.linux-aarch64.txt
index 5aac2bc61f..6d0888a6ca 100644
--- a/library/cpp/pop_count/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/pop_count/CMakeLists.linux-aarch64.txt
@@ -14,5 +14,5 @@ target_link_libraries(library-cpp-pop_count PUBLIC
yutil
)
target_sources(library-cpp-pop_count PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/pop_count/popcount.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/pop_count/popcount.cpp
)
diff --git a/library/cpp/pop_count/CMakeLists.linux.txt b/library/cpp/pop_count/CMakeLists.linux.txt
index 5aac2bc61f..6d0888a6ca 100644
--- a/library/cpp/pop_count/CMakeLists.linux.txt
+++ b/library/cpp/pop_count/CMakeLists.linux.txt
@@ -14,5 +14,5 @@ target_link_libraries(library-cpp-pop_count PUBLIC
yutil
)
target_sources(library-cpp-pop_count PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/pop_count/popcount.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/pop_count/popcount.cpp
)