From: Konstantinos Margaritis Date: Sat, 7 Oct 2023 08:44:57 +0000 (+0300) Subject: re-add missing file to x86 builds X-Git-Tag: vectorscan/5.4.11~2^2~5^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e29573443cf41af2ee6e1090b701e3d2429cc2;p=thirdparty%2Fvectorscan.git re-add missing file to x86 builds --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ad8e6e9..d865946c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -799,6 +799,7 @@ if (NOT RELEASE_BUILD OR FAT_RUNTIME) if (ARCH_IA32 OR ARCH_X86_64) set (hs_exec_SRCS ${hs_exec_SRCS} + src/nfa/vermicelli_simd.cpp src/util/supervector/arch/x86/impl.cpp) elseif (ARCH_ARM32 OR ARCH_AARCH64) set (hs_exec_SRCS