Set PE analyzer CMake dependencies correctly

This commit is contained in:
Jon Siwek 2019-04-05 12:42:29 -07:00
parent f7ee433a55
commit fe044ecc90

View file

@ -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()