From ac9594ffaee98ef422fda7e09ec42b4ba2f309df Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Wed, 13 Nov 2024 15:19:34 +0100 Subject: [PATCH] cluster: Add to src/CMakeLists.txt --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3c5dfacf25..50bc006f26 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -194,6 +194,7 @@ gen_zam_target(${GEN_ZAM_SRC_DIR}) option(USE_SQLITE "Should Zeek use SQLite?" ON) add_subdirectory(analyzer) +add_subdirectory(cluster) add_subdirectory(packet_analysis) add_subdirectory(broker) add_subdirectory(telemetry)