summaryrefslogtreecommitdiffstats
path: root/zookeeper-server/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-25 23:54:52 +0200
committerGitHub <noreply@github.com>2019-10-25 23:54:52 +0200
commitbb0232003a3e077da04815d065d603d6a53e20c0 (patch)
treec790f4b69b9165e4354c511b4bddf2d126ce4922 /zookeeper-server/CMakeLists.txt
parentb4b92200de63b327f8d4bcea4ccb33b79f0b4138 (diff)
Revert "Revert "Reapply "Create seperate bundles compiled against different ZooKeeper versions"""
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)