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/balloc/setup | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/balloc/setup')
-rw-r--r-- | library/cpp/balloc/setup/CMakeLists.darwin.txt | 4 | ||||
-rw-r--r-- | library/cpp/balloc/setup/CMakeLists.linux-aarch64.txt | 4 | ||||
-rw-r--r-- | library/cpp/balloc/setup/CMakeLists.linux.txt | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/balloc/setup/CMakeLists.darwin.txt b/library/cpp/balloc/setup/CMakeLists.darwin.txt index 238ff64490..37f588f7f7 100644 --- a/library/cpp/balloc/setup/CMakeLists.darwin.txt +++ b/library/cpp/balloc/setup/CMakeLists.darwin.txt @@ -12,6 +12,6 @@ target_link_libraries(cpp-balloc-setup PUBLIC contrib-libs-cxxsupp ) target_sources(cpp-balloc-setup PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp ) diff --git a/library/cpp/balloc/setup/CMakeLists.linux-aarch64.txt b/library/cpp/balloc/setup/CMakeLists.linux-aarch64.txt index b5866c732c..aa604e5d20 100644 --- a/library/cpp/balloc/setup/CMakeLists.linux-aarch64.txt +++ b/library/cpp/balloc/setup/CMakeLists.linux-aarch64.txt @@ -13,6 +13,6 @@ target_link_libraries(cpp-balloc-setup PUBLIC contrib-libs-cxxsupp ) target_sources(cpp-balloc-setup PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp ) diff --git a/library/cpp/balloc/setup/CMakeLists.linux.txt b/library/cpp/balloc/setup/CMakeLists.linux.txt index b5866c732c..aa604e5d20 100644 --- a/library/cpp/balloc/setup/CMakeLists.linux.txt +++ b/library/cpp/balloc/setup/CMakeLists.linux.txt @@ -13,6 +13,6 @@ target_link_libraries(cpp-balloc-setup PUBLIC contrib-libs-cxxsupp ) target_sources(cpp-balloc-setup PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp ) |