Skip to content

Commit

Permalink
import extern local engine
Browse files Browse the repository at this point in the history
  • Loading branch information
liuneng1994 authored and kyligence-git committed May 17, 2023
1 parent 92cf676 commit 8f165f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ add_subdirectory (report)
# Not used in package
if (ENABLE_UTILS)
add_subdirectory (compressor)
if (ENABLE_EXTERN_LOCAL_ENGINE)
add_subdirectory (extern-local-engine)
endif()
# add_subdirectory (iotest)
add_subdirectory (corrector_utf8)
add_subdirectory (zookeeper-cli)
add_subdirectory (zookeeper-dump-tree)
Expand Down

0 comments on commit 8f165f9

Please sign in to comment.