aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-02-22 14:38:05 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-02-22 14:38:05 +0100
commit1d7c8ac1089206344cd8ef42dfaade2b9dc220b5 (patch)
tree47386b05f6180e77e8dac38a4dfd519ad7e98d3d
parent73f40a186b506f1ded4cdd0963e86700f88dab5d (diff)
Install vespa-athenz bundle as part of open-source Vespa
-rw-r--r--CMakeLists.txt1
-rw-r--r--vespa-athenz/CMakeLists.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1fe91c233ab..22ebd6abb4c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -99,6 +99,7 @@ add_subdirectory(streamingvisitors)
add_subdirectory(vbench)
add_subdirectory(vdslib)
add_subdirectory(vdstestlib)
+add_subdirectory(vespa-athenz)
add_subdirectory(vespa-http-client)
add_subdirectory(vespa_jersey2)
add_subdirectory(vespabase)
diff --git a/vespa-athenz/CMakeLists.txt b/vespa-athenz/CMakeLists.txt
new file mode 100644
index 00000000000..bb5a1f5b6de
--- /dev/null
+++ b/vespa-athenz/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_fat_java_artifact(vespa-athenz)