diff --git a/ZeekPluginStatic.cmake b/ZeekPluginStatic.cmake index a161894..8a08c30 100644 --- a/ZeekPluginStatic.cmake +++ b/ZeekPluginStatic.cmake @@ -123,4 +123,7 @@ function (zeek_add_static_plugin ns name) # Feed into the main Zeek target(s). zeek_target_link_libraries(${target_name}) + + # Add IWYU and clang-tidy to the target if enabled. + zeek_target_add_linters(${target_name}) endfunction ()