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 /contrib/restricted/boost/chrono/CMakeLists.linux-aarch64.txt | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/chrono/CMakeLists.linux-aarch64.txt')
-rw-r--r-- | contrib/restricted/boost/chrono/CMakeLists.linux-aarch64.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/chrono/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/chrono/CMakeLists.linux-aarch64.txt index 9239e6338f..0bc63fbd7f 100644 --- a/contrib/restricted/boost/chrono/CMakeLists.linux-aarch64.txt +++ b/contrib/restricted/boost/chrono/CMakeLists.linux-aarch64.txt @@ -34,7 +34,7 @@ target_link_libraries(restricted-boost-chrono PUBLIC restricted-boost-winapi ) target_sources(restricted-boost-chrono PRIVATE - \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/chrono.cpp - \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/process_cpu_clocks.cpp - \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/thread_clock.cpp + ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/chrono.cpp + ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/process_cpu_clocks.cpp + ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/thread_clock.cpp ) |