From 814a4ef0c0a1506e2f783ae4e7a6eb83c43bc418 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 92abf6dc..8d4af1fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -619,6 +619,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