Skip to content

Commit

Permalink
Merge pull request #199 from gliwka/fix-missing-hs-version-header
Browse files Browse the repository at this point in the history
Fix missing hs_version.h header (closes #198)
  • Loading branch information
markos authored Nov 21, 2023
2 parents 574e525 + 343e523 commit c3a6bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3a6bb3

Please sign in to comment.