diff options
| author | 刘文坛 <[email protected]> | 2023-07-28 12:32:25 +0000 |
|---|---|---|
| committer | 刘文坛 <[email protected]> | 2023-07-28 12:32:25 +0000 |
| commit | bcbb796a7d26ca42e7b72c86581ba04e2e0abc57 (patch) | |
| tree | 2402a1c8c7a6add6c6f88bd241dd06032f515cf1 /CMakeLists.txt | |
| parent | c1d413e992c1224afad331c645ea0df305a6ed0f (diff) | |
[FEATURE]expr_matcher support dual engine(hyperscan & rulescan)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8657404..c19a847 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ include_directories(/opt/MESA/include/) set(CMAKE_C_STANDARD 11) set(CMAKE_C_FLAGS "-fPIC -Wall") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -Wall") -set(MAAT_DEPEND_DYN_LIB pthread m crypto z fieldstat3) +set(MAAT_DEPEND_DYN_LIB pthread m crypto z fieldstat3) include_directories(include) #for ASAN |
