Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
add shennong ut
  • Loading branch information
EvanLjp authored Dec 19, 2024
1 parent 1e71919 commit 724ad8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/unittest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 724ad8e

Please sign in to comment.