summaryrefslogtreecommitdiffstats
path: root/vespaclient-java/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2022-11-10 11:29:16 +0100
committerTor Brede Vekterli <vekterli@yahooinc.com>2022-11-10 11:29:16 +0100
commitec0547e7429a76f2605ac6cde219e902983655c8 (patch)
treecc69a80f3069c8a9bcf11015d4884a94964bb7d7 /vespaclient-java/CMakeLists.txt
parent606bc6b517e09bba9f36a4ef6506a588d1254bd4 (diff)
Add `vespa-crypto-cli` wrapper script for crypto tooling
Diffstat (limited to 'vespaclient-java/CMakeLists.txt')
-rw-r--r--vespaclient-java/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespaclient-java/CMakeLists.txt b/vespaclient-java/CMakeLists.txt
index 2fb6d0154bb..242743a06e7 100644
--- a/vespaclient-java/CMakeLists.txt
+++ b/vespaclient-java/CMakeLists.txt
@@ -1,6 +1,7 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_jar(vespaclient-java-jar-with-dependencies.jar)
+vespa_install_script(src/main/sh/vespa-crypto-cli.sh vespa-crypto-cli bin)
vespa_install_script(src/main/sh/vespa-document-statistics.sh vespa-document-statistics bin)
vespa_install_script(src/main/sh/vespa-stat.sh vespa-stat bin)
vespa_install_script(src/main/sh/vespa-query-profile-dump-tool.sh vespa-query-profile-dump-tool bin)