summaryrefslogtreecommitdiffstats
path: root/security-tools/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-05-28 11:08:47 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-05-28 12:58:50 +0200
commit6547551c1e2f3039b30bdd9530670d00f07e37b0 (patch)
tree704af78e55587ce9dd387a997e238159d5a502d7 /security-tools/CMakeLists.txt
parentd74337500a4b1d52879a4c36f431c132ec39c16b (diff)
Add 'security-tools' with 'vespa-tls-env' command line tool
Diffstat (limited to 'security-tools/CMakeLists.txt')
-rw-r--r--security-tools/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/security-tools/CMakeLists.txt b/security-tools/CMakeLists.txt
new file mode 100644
index 00000000000..b6a90392927
--- /dev/null
+++ b/security-tools/CMakeLists.txt
@@ -0,0 +1,5 @@
+# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_fat_java_artifact(security-tools)
+
+vespa_install_script(src/main/sh/vespa-tls-env vespa-tls-env bin)
+