aboutsummaryrefslogtreecommitdiffstats
path: root/client/CMakeLists.txt
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2021-11-22 23:28:33 +0100
committerHåkon Hallingstad <hakon@yahooinc.com>2021-11-22 23:28:33 +0100
commit917a5f595505d612591808899b09788be728f3c1 (patch)
tree06d896ac2ff35b6d7950fac179dd067d8611d95d /client/CMakeLists.txt
parent7226465dfa8487cd507df1246b061f6a34283691 (diff)
Make client/go/bin/vespa for vespa-clients RPM
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r--client/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
new file mode 100644
index 00000000000..e3471cc1917
--- /dev/null
+++ b/client/CMakeLists.txt
@@ -0,0 +1,7 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+add_custom_command(OUTPUT go/bin/vespa
+ COMMAND make -C go)
+add_custom_target(vespa-cli ALL true
+ SOURCES go/bin/vespa)
+vespa_install_script(go/bin/vespa bin)