This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-maat/scanner/CMakeLists.txt

11 lines
366 B
CMake
Raw Normal View History

2022-11-25 16:32:29 +08:00
add_definitions(-D_GNU_SOURCE)
add_definitions(-fPIC)
include_directories(${PROJECT_SOURCE_DIR}/deps)
include_directories(${PROJECT_SOURCE_DIR}/include)
add_library(adapter-static adapter_hs.cpp bool_matcher.cpp)
#add_executable(adapter_gtest adapter_hs_gtest.cpp)
target_link_libraries(adapter-static hyperscan_static hyperscan_runtime_static ipmatcher-static)