summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-11-18 08:42:16 +0100
committerGitHub <noreply@github.com>2021-11-18 08:42:16 +0100
commitb60f1f985d54a5a7e0c6f86cd889d04eceec0be2 (patch)
treed2d58ef232035cf656a2b19b559e944df83f7af9 /client
parent55f27e2ad4fb5272120e50d51ccc6fd1f0b2bfbb (diff)
parentd322a59bb6b5bcc74120c80a34c7940ccdcb06a7 (diff)
Merge pull request #20069 from vespa-engine/hakonhall/add-vespa-program-to-vespa-clients-rpm
Add vespa program to vespa-clients RPM
Diffstat (limited to 'client')
-rw-r--r--client/CMakeLists.txt3
-rw-r--r--client/go/CMakeLists.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
new file mode 100644
index 00000000000..2353b773c3a
--- /dev/null
+++ b/client/CMakeLists.txt
@@ -0,0 +1,3 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+add_subdirectory(go)
diff --git a/client/go/CMakeLists.txt b/client/go/CMakeLists.txt
new file mode 100644
index 00000000000..105f85fe9a4
--- /dev/null
+++ b/client/go/CMakeLists.txt
@@ -0,0 +1,3 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+vespa_install_script(bin/vespa bin)