aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/hyperscan/runtime_avx512/CMakeLists.linux.txt
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2022-12-15 19:25:15 +0300
committerthegeorg <thegeorg@yandex-team.com>2022-12-15 19:25:15 +0300
commit0c31d97afd7858af5f8f858c8addf91655ca9ccc (patch)
tree4d8a246db168f7beaafcd06d486c034115c2123d /contrib/libs/hyperscan/runtime_avx512/CMakeLists.linux.txt
parentd1d5f5e00df0dd6efc00880dd8283477fc643aaf (diff)
downloadydb-0c31d97afd7858af5f8f858c8addf91655ca9ccc.tar.gz
Sync linux-headers instead of using system ones
Diffstat (limited to 'contrib/libs/hyperscan/runtime_avx512/CMakeLists.linux.txt')
-rw-r--r--contrib/libs/hyperscan/runtime_avx512/CMakeLists.linux.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libs/hyperscan/runtime_avx512/CMakeLists.linux.txt b/contrib/libs/hyperscan/runtime_avx512/CMakeLists.linux.txt
index 322a106b42..66b19f1385 100644
--- a/contrib/libs/hyperscan/runtime_avx512/CMakeLists.linux.txt
+++ b/contrib/libs/hyperscan/runtime_avx512/CMakeLists.linux.txt
@@ -442,6 +442,9 @@ target_include_directories(libs-hyperscan-runtime_avx512 PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan
${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src
)
+target_link_libraries(libs-hyperscan-runtime_avx512 PUBLIC
+ contrib-libs-linux-headers
+)
target_sources(libs-hyperscan-runtime_avx512 PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c
${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c