aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
-rw-r--r--client/CMakeLists.txt3
-rw-r--r--client/go/CMakeLists.txt3
-rw-r--r--dist/vespa.spec1
4 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 863ce8dd9de..6480407ce52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,6 +68,7 @@ add_subdirectory(container-messagebus)
add_subdirectory(container-search)
add_subdirectory(container-search-gui)
add_subdirectory(container-search-and-docproc)
+add_subdirectory(client)
add_subdirectory(cloud-tenant-cd)
add_subdirectory(clustercontroller-apps)
add_subdirectory(clustercontroller-core)
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)
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 031213ac693..5085c341564 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -764,6 +764,7 @@ fi
%dir %{_prefix}/conf/vespa-feed-client
%dir %{_prefix}/lib
%dir %{_prefix}/lib/jars
+%{_prefix}/bin/vespa
%{_prefix}/bin/vespa-feed-client
%{_prefix}/conf/vespa-feed-client/logging.properties
%{_prefix}/lib/jars/vespa-http-client-jar-with-dependencies.jar