mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Adding files to CMake build targets so they show up in generated IDE projects.
This addresses #413.
This commit is contained in:
parent
d41a2def5a
commit
50f5a913c3
2 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/binpac.h.in
|
|||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR})
|
||||
set(binpac_headers
|
||||
binpac.h.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/binpac.h
|
||||
binpac_analyzer.h
|
||||
binpac_buffer.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue