summaryrefslogtreecommitdiffstats
path: root/configserver/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-22 10:34:08 +0200
committerGitHub <noreply@github.com>2019-10-22 10:34:08 +0200
commitf97f7cd2b489e1fa1d45e6c3315399fd858e677e (patch)
tree19d4816db260226e5514f633cbb66806872dde4d /configserver/CMakeLists.txt
parent6566f3ff831fff8419ca32c692289b86448ac31c (diff)
Revert "Revert "Reapply "move ZooKeeperServer to another module"""
Diffstat (limited to 'configserver/CMakeLists.txt')
-rw-r--r--configserver/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/configserver/CMakeLists.txt b/configserver/CMakeLists.txt
index 8f939e54d55..54961945407 100644
--- a/configserver/CMakeLists.txt
+++ b/configserver/CMakeLists.txt
@@ -20,4 +20,5 @@ install_symlink(lib/jars/service-monitor-jar-with-dependencies.jar conf/configse
install_symlink(lib/jars/application-model-jar-with-dependencies.jar conf/configserver-app/components/application-model.jar)
install_symlink(lib/jars/node-repository-jar-with-dependencies.jar conf/configserver-app/components/node-repository.jar)
install_symlink(lib/jars/zkfacade-jar-with-dependencies.jar conf/configserver-app/components/zkfacade.jar)
+install_symlink(lib/jars/zookeeper-server-jar-with-dependencies.jar conf/configserver-app/components/zookeeper-server.jar)
install_symlink(conf/configserver-app/components lib/jars/config-models)