summaryrefslogtreecommitdiffstats
path: root/zookeeper-server/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-24 21:01:15 +0200
committerHarald Musum <musum@verizonmedia.com>2019-10-24 21:01:15 +0200
commit01aa1aecf556d2099913991a7345325f730c725b (patch)
tree0aead4d166dd4f1641b9a096b1cd3c2469212c4d /zookeeper-server/CMakeLists.txt
parentbb7cef0fb468b84be7e80395ccfccd5522ef5e78 (diff)
Create seperate bundles compiled against different ZooKeeper versions
Also a common bundle containing just the interface. Use 3.4 bundle by default
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)