summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-09-19 08:18:08 +0200
committerHarald Musum <musum@verizonmedia.com>2019-09-19 08:18:08 +0200
commit9f95bd141f315be3bf19ca3967aae2ab751599e2 (patch)
tree36ef302dc7dbcc0c90e1d1d958c8a4c794a475cf /CMakeLists.txt
parentb6f507c1ff4f73ebabacdcf0a434317011dfdafe (diff)
Add CMake files for zookeeper-command-line-client
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 1fd67ee0c80..45251af7b00 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -130,6 +130,7 @@ else()
endif()
add_subdirectory(vsm)
add_subdirectory(zkfacade)
+add_subdirectory(zookeeper-command-line-client)
# Add any extra projects
add_extra_projects()