summaryrefslogtreecommitdiffstats
path: root/zookeeper-server/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zookeeper-server/CMakeLists.txt')
-rw-r--r--zookeeper-server/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/zookeeper-server/CMakeLists.txt b/zookeeper-server/CMakeLists.txt
index 2065949abd4..2d8620f1028 100644
--- a/zookeeper-server/CMakeLists.txt
+++ b/zookeeper-server/CMakeLists.txt
@@ -1,2 +1,4 @@
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install_fat_java_artifact(zookeeper-server)
+add_subdirectory(zookeeper-server-common)
+add_subdirectory(zookeeper-server-3.4)
+add_subdirectory(zookeeper-server-3.5)