From: Matthias Gliwka Date: Mon, 20 Nov 2023 17:19:03 +0000 (+0200) Subject: fix missing hs_version.h header (closes #198) X-Git-Tag: vectorscan/5.4.11^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=343e523763dc7633e38cd835f8957bdac586f1fa;p=thirdparty%2Fvectorscan.git fix missing hs_version.h header (closes #198) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 024acbaa..d87c0ebe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -225,6 +225,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${EXTRA_CXX_FLAGS}") endif() SET(hs_HEADERS + ${PROJECT_BINARY_DIR}/hs_version.h src/hs.h src/hs_common.h src/hs_compile.h