summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@verizonmedia.com>2021-11-23 10:02:34 +0100
committerGitHub <noreply@github.com>2021-11-23 10:02:34 +0100
commit67efd980ce180476ef434d86da32167d3d9bd946 (patch)
tree033418a144c88aa984f946672b0029222015aafb /CMakeLists.txt
parent874a02f4dcab785502c940e6da6807c2dd829156 (diff)
parent917a5f595505d612591808899b09788be728f3c1 (diff)
Merge pull request #20160 from vespa-engine/hakonhall/make-clientgobinvespa-for-vespa-clients-rpm
Make client/go/bin/vespa for vespa-clients RPM
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 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)