rename project, change to noodle_engine.cpp

This commit is contained in:
Konstantinos Margaritis
2021-05-12 13:29:50 +03:00
committed by Konstantinos Margaritis
parent 80a6b55bd4
commit ca9d380a6f

View File

@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 2.8.11)
project (hyperscan C CXX)
project (vectorscan C CXX)
set (HS_MAJOR_VERSION 5)
set (HS_MINOR_VERSION 4)
@@ -620,7 +620,7 @@ set (hs_exec_SRCS
src/hwlm/hwlm.c
src/hwlm/hwlm.h
src/hwlm/hwlm_internal.h
src/hwlm/noodle_engine.c
src/hwlm/noodle_engine.cpp
src/hwlm/noodle_engine.h
src/hwlm/noodle_internal.h
src/nfa/accel.c