Skip to content

Commit

Permalink
build: add back hyperscan builds
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 24, 2024
1 parent 7545d59 commit e492841
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,20 @@ cpmaddpackage(
)

if(KLOGG_USE_HYPERSCAN)

cpmaddpackage(
NAME
hyperscan
GITHUB_REPOSITORY
variar/hyperscan
GIT_TAG
0931a40e0cf1d7f92189bc546c3491ed5c113f8b
EXCLUDE_FROM_ALL
YES
)
message("Adding alias for hyperscan")
add_library(klogg_hyperscan INTERFACE)
target_link_libraries(klogg_hyperscan INTERFACE hs)
target_include_directories(klogg_hyperscan INTERFACE ${hyperscan_SOURCE_DIR}/src)
elseif(KLOGG_USE_VECTORSCAN)
cpmaddpackage(
NAME
Expand Down

0 comments on commit e492841

Please sign in to comment.