aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-02-17 16:32:05 +0100
committerGitHub <noreply@github.com>2023-02-17 16:32:05 +0100
commitfab2caa52a85be5b4e8f780ef89439c5569cb5f9 (patch)
tree7d57b6934800be202564054ce4f6a74689616ae9
parent4c3b13e7713abc527181b921ff256595fd9c2eb6 (diff)
parentbf13f70597ca4c3d253f141f6cf8678b6e821dd8 (diff)
Merge pull request #26089 from vespa-engine/toregge/install-vespa-program
Install vespa program.
-rw-r--r--client/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index b73f4e153ff..4802d1656d6 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -11,6 +11,7 @@ add_custom_command(OUTPUT ${GODIR}/bin/vespa ${GODIR}/bin/vespa-wrapper
add_custom_target(client_go_binaries ALL DEPENDS ${GODIR}/bin/vespa ${GODIR}/bin/vespa-wrapper)
+install(PROGRAMS ${GODIR}/bin/vespa DESTINATION bin)
install(PROGRAMS ${GODIR}/bin/vespa-wrapper DESTINATION libexec/vespa)
install_symlink(libexec/vespa/vespa-wrapper bin/vespa-logfmt)