Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ZeekPluginStatic.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,7 @@ function (zeek_add_static_plugin ns name)
if (NOT ZEEK_BUILDING_EXTRA_PLUGINS)
# Add IWYU and clang-tidy to the target if enabled.
zeek_target_add_linters(${target_name})

zeek_target_enable_sanitizers(${target_name})
endif ()
endfunction ()
Loading