aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/pcre/pcre32/CMakeLists.linux-aarch64.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/libs/pcre/pcre32/CMakeLists.linux-aarch64.txt
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/libs/pcre/pcre32/CMakeLists.linux-aarch64.txt')
-rw-r--r--contrib/libs/pcre/pcre32/CMakeLists.linux-aarch64.txt46
1 files changed, 23 insertions, 23 deletions
diff --git a/contrib/libs/pcre/pcre32/CMakeLists.linux-aarch64.txt b/contrib/libs/pcre/pcre32/CMakeLists.linux-aarch64.txt
index 68838f4ca3..3af9e1fc16 100644
--- a/contrib/libs/pcre/pcre32/CMakeLists.linux-aarch64.txt
+++ b/contrib/libs/pcre/pcre32/CMakeLists.linux-aarch64.txt
@@ -19,27 +19,27 @@ target_link_libraries(libs-pcre-pcre32 PUBLIC
contrib-libs-linux-headers
)
target_sources(libs-pcre-pcre32 PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_byte_order.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_chartables.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_compile.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_config.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_dfa_exec.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_exec.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_fullinfo.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_get.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_globals.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_jit_compile.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_maketables.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_newline.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ord2utf32.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_refcount.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_string_utils.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_study.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_tables.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ucd.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_utf32_utils.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_valid_utf32.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_version.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_xclass.c
- ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_byte_order.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_chartables.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_compile.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_config.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_dfa_exec.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_exec.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_fullinfo.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_get.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_globals.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_jit_compile.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_maketables.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_newline.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ord2utf32.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_refcount.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_string_utils.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_study.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_tables.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ucd.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_utf32_utils.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_valid_utf32.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_version.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_xclass.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c
)