aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-02-17 14:46:51 +0100
committerTor Egge <Tor.Egge@online.no>2023-02-17 14:46:51 +0100
commitbf13f70597ca4c3d253f141f6cf8678b6e821dd8 (patch)
treeb61987cc7453d7450d54ae4b943453165c3c3bfb
parent8ca01ebd0196d2f01087ae1440f65e3584e87a0f (diff)
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)