mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Set PE analyzer CMake dependencies correctly
This commit is contained in:
parent
f7ee433a55
commit
fe044ecc90
1 changed files with 8 additions and 1 deletions
|
@ -6,5 +6,12 @@ include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR}
|
|||
bro_plugin_begin(Bro PE)
|
||||
bro_plugin_cc(PE.cc Plugin.cc)
|
||||
bro_plugin_bif(events.bif)
|
||||
bro_plugin_pac(pe.pac pe-file.pac pe-analyzer.pac)
|
||||
bro_plugin_pac(
|
||||
pe.pac
|
||||
pe-analyzer.pac
|
||||
pe-file-headers.pac
|
||||
pe-file-idata.pac
|
||||
pe-file.pac
|
||||
pe-file-types.pac
|
||||
)
|
||||
bro_plugin_end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue