zeek/doc/devel/plugins/connkey-vxlan-fivetuple-plugin-src/CMakeLists.txt
Tim Wojtulewicz 0e46cc7a98 Run pre-commit on the imported docs files
This includes a minor change to the docs .typos.toml file to not change the
string 'tpe' to 'type'.
2025-09-26 02:59:07 +00:00

9 lines
247 B
CMake

cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
project(ZeekPluginConnKeyVxlanVniFivetuple)
include(ZeekPlugin)
zeek_add_plugin(
Zeek ConnKey_Vxlan_Vni_Fivetuple
SOURCES src/Factory.cc src/Plugin.cc SCRIPT_FILES scripts/__load__.zeek)