mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Add additional 3rd party headers to includes
Adds FIFO Map and JSON headers to include distribution Fixes #580
This commit is contained in:
parent
83180a2553
commit
9d35aa1fef
1 changed files with 4 additions and 1 deletions
|
@ -440,7 +440,10 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/
|
|||
PATTERN "CMakeFiles" EXCLUDE
|
||||
)
|
||||
|
||||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/sqlite3.h
|
||||
install(FILES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/fifo_map.hpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/json.hpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/sqlite3.h
|
||||
DESTINATION include/zeek/3rdparty
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue