summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-05-21 14:54:29 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-05-21 14:55:55 +0200
commitc930230398a114acabe981b2328493b841f30296 (patch)
tree55171c1d476cd030eda997526a13ff8a993f5b60 /vespa-feed-client/CMakeLists.txt
parent75d097b2af8c0ef7b6e7fca57b284628e81aac54 (diff)
Build and package standalone vespa-feed-client utility
Diffstat (limited to 'vespa-feed-client/CMakeLists.txt')
-rw-r--r--vespa-feed-client/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/vespa-feed-client/CMakeLists.txt b/vespa-feed-client/CMakeLists.txt
index ee6dfdeff05..747000169b1 100644
--- a/vespa-feed-client/CMakeLists.txt
+++ b/vespa-feed-client/CMakeLists.txt
@@ -1,2 +1,4 @@
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-# TODO Install fat jar \ No newline at end of file
+install_fat_java_artifact(vespa-feed-client)
+
+vespa_install_script(src/main/sh/vespa-feed-client.sh vespa-feed-client bin)