aboutsummaryrefslogtreecommitdiffstats
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
parentb6f507c1ff4f73ebabacdcf0a434317011dfdafe (diff)
Add CMake files for zookeeper-command-line-client
-rw-r--r--CMakeLists.txt1
-rw-r--r--zookeeper-command-line-client/CMakeLists.txt2
-rw-r--r--zookeeper-command-line-client/OWNERS2
3 files changed, 4 insertions, 1 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()
diff --git a/zookeeper-command-line-client/CMakeLists.txt b/zookeeper-command-line-client/CMakeLists.txt
new file mode 100644
index 00000000000..ca16314b802
--- /dev/null
+++ b/zookeeper-command-line-client/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_fat_java_artifact(vespa-zookeeper-command-line-client)
diff --git a/zookeeper-command-line-client/OWNERS b/zookeeper-command-line-client/OWNERS
index e0a00db5f4f..338ed581212 100644
--- a/zookeeper-command-line-client/OWNERS
+++ b/zookeeper-command-line-client/OWNERS
@@ -1 +1 @@
-musum
+hmusum