aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/chrono/CMakeLists.linux.txt
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 /contrib/restricted/boost/chrono/CMakeLists.linux.txt
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/chrono/CMakeLists.linux.txt')
-rw-r--r--contrib/restricted/boost/chrono/CMakeLists.linux.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/chrono/CMakeLists.linux.txt b/contrib/restricted/boost/chrono/CMakeLists.linux.txt
index 0bc63fbd7f..9239e6338f 100644
--- a/contrib/restricted/boost/chrono/CMakeLists.linux.txt
+++ b/contrib/restricted/boost/chrono/CMakeLists.linux.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
)