aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/CMakeLists.txt
blob: 3e0cec54132786df425b9cff4760fac4431c1601 (plain) (blame)
1
2
3
4
5
6
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install(DIRECTORY DESTINATION logs/vespa/node-admin)
install(FILES target/node-admin-jar-with-dependencies.jar DESTINATION conf/node-admin-app/components)
install_symlink(lib/jars/flags-jar-with-dependencies.jar conf/node-admin-app/components/flags-jar-with-dependencies.jar)
install(FILES src/main/application/services.xml DESTINATION conf/node-admin-app)
install(PROGRAMS src/main/sh/node-admin.sh DESTINATION libexec/vespa)