summaryrefslogtreecommitdiffstats
path: root/security-utils
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-10-19 14:55:38 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-10-19 14:55:38 +0200
commit7914246d3ed0398b2ef7d0202f9cc755f7f1c0db (patch)
tree3287f743bcea8ba2e7bc4bad44b757ee7f3968f5 /security-utils
parentea928f9b11efd8475fa03f4f148130655a40a65d (diff)
Install security-utils jars
Diffstat (limited to 'security-utils')
-rw-r--r--security-utils/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/security-utils/CMakeLists.txt b/security-utils/CMakeLists.txt
new file mode 100644
index 00000000000..9f5bd1657df
--- /dev/null
+++ b/security-utils/CMakeLists.txt
@@ -0,0 +1,3 @@
+# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_fat_java_artifact(security-utils)
+install_java_artifact_dependencies(security-utils)