zeek/src/analyzer/protocol/stepping-stone/CMakeLists.txt
Robin Sommer 8752870967 Fixing cmake dependencies and "make {install,clean}"
Also includes a bunch of cleanup.
2013-05-16 15:23:23 -07:00

9 lines
228 B
CMake

include(BroPlugin)
include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
bro_plugin_begin(Bro SteppingStone)
bro_plugin_cc(SteppingStone.cc Plugin.cc)
bro_plugin_bif(events.bif)
bro_plugin_end()