From 70ddb11a72cc39e08d4ace7a74210fe2de4da28a Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Wed, 27 Oct 2021 12:29:59 +0300 Subject: [PATCH] add to CMake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05e6a5c7..c0c8666c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -621,6 +621,7 @@ set (hs_exec_SRCS src/nfa/vermicelli.h src/nfa/vermicelli_run.h src/nfa/vermicelli_sse.h + src/nfa/vermicelli_simd.cpp src/som/som.h src/som/som_operation.h src/som/som_runtime.h