mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00

This is a checkpoint, it works but there's more cleanup to do. TODOs in src/analyzer/protocols/TODO.
9 lines
204 B
CMake
9 lines
204 B
CMake
|
|
include(BroPlugin)
|
|
|
|
include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
|
|
|
|
bro_plugin_begin(SSH)
|
|
bro_plugin_cc(SSH.cc Plugin.cc)
|
|
bro_plugin_bif(events.bif)
|
|
bro_plugin_end()
|