summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-05-25 17:20:33 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-05-25 17:22:10 +0200
commit34dfcc026213e0a5a4f7c7d1ec6e56d34438d892 (patch)
tree7de849ec7070f8f2f4d2c8b86167ed86930cc7e4 /vespa-feed-client-cli/CMakeLists.txt
parent69cf843602f1e62582d365acca812357b712e883 (diff)
Split cli and programmatic API artifacts to separate Maven modules
Diffstat (limited to 'vespa-feed-client-cli/CMakeLists.txt')
-rw-r--r--vespa-feed-client-cli/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/vespa-feed-client-cli/CMakeLists.txt b/vespa-feed-client-cli/CMakeLists.txt
new file mode 100644
index 00000000000..a918981dcd3
--- /dev/null
+++ b/vespa-feed-client-cli/CMakeLists.txt
@@ -0,0 +1,4 @@
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_java_artifact(vespa-feed-client-cli)
+
+vespa_install_script(src/main/sh/vespa-feed-client.sh vespa-feed-client bin)