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/regex/CMakeLists.linux.txt | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/regex/CMakeLists.linux.txt')
-rw-r--r-- | contrib/restricted/boost/regex/CMakeLists.linux.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/restricted/boost/regex/CMakeLists.linux.txt b/contrib/restricted/boost/regex/CMakeLists.linux.txt index 5cc6317ffe..dae13bda83 100644 --- a/contrib/restricted/boost/regex/CMakeLists.linux.txt +++ b/contrib/restricted/boost/regex/CMakeLists.linux.txt @@ -34,9 +34,9 @@ target_link_libraries(restricted-boost-regex PUBLIC restricted-boost-type_traits ) target_sources(restricted-boost-regex PRIVATE - \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp - \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp - \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp - \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp - \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp + ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp + ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp + ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp + ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp + ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp ) |