From 724ad8e68895bbeafd2bd3ab03b58280e3be38b3 Mon Sep 17 00:00:00 2001 From: Evan <31562192+EvanLjp@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:11:57 +0800 Subject: [PATCH] Update CMakeLists.txt add shennong ut --- core/unittest/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/unittest/CMakeLists.txt b/core/unittest/CMakeLists.txt index 41f1601069..5a228ab11f 100644 --- a/core/unittest/CMakeLists.txt +++ b/core/unittest/CMakeLists.txt @@ -58,6 +58,9 @@ macro(add_core_subdir) add_subdirectory(prometheus) add_subdirectory(route) add_subdirectory(task_pipeline) + if (ENABLE_ENTERPRISE) + add_subdirectory(shennong) + endif() endmacro() macro(add_spl_subdir)