summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
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)