diff --git a/CMakeLists.txt b/CMakeLists.txt index ad7ed180..ce019b72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -812,6 +812,7 @@ set (hs_exec_SRCS elseif (ARCH_PPC64EL) set (hs_exec_SRCS ${hs_exec_SRCS} + src/nfa/vermicelli_simd.cpp src/util/supervector/arch/ppc64el/impl.cpp) endif () endif()