mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00

This includes a minor change to the docs .typos.toml file to not change the string 'tpe' to 'type'.
9 lines
205 B
CMake
9 lines
205 B
CMake
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
|
|
|
|
project(ZeekPluginEventLatency)
|
|
|
|
include(ZeekPlugin)
|
|
|
|
zeek_add_plugin(
|
|
Zeek EventLatency
|
|
SOURCES src/Plugin.cc SCRIPT_FILES scripts/__load__.zeek)
|