summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-17 10:49:43 +0200
committerHarald Musum <musum@verizonmedia.com>2019-10-17 10:49:43 +0200
commita344087a34f7909a1b5f1b69d1a861c32f81c321 (patch)
tree840f578d85378544227b04b0c8faebc057926354 /CMakeLists.txt
parentaab6f6789c6529fc106aeb7249cf7ba3db63715f (diff)
Add zookeeper-server module
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45251af7b00..9afb1819025 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -131,6 +131,7 @@ endif()
add_subdirectory(vsm)
add_subdirectory(zkfacade)
add_subdirectory(zookeeper-command-line-client)
+add_subdirectory(zookeeper-server)
# Add any extra projects
add_extra_projects()