aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/CMakeLists.txt
blob: 16c0867e5d6e059aedaf18b4f7586b9528e11567 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_fat_java_artifact(config-model)

vespa_install_script(src/main/perl/vespa-deploy bin)
vespa_install_script(src/main/perl/vespa-expand-config.pl bin)
vespa_install_script(src/main/perl/vespa-replicate-log-stream bin)
vespa_install_script(src/main/sh/vespa-validate-application bin)

install(DIRECTORY src/main/resources/schema DESTINATION share/vespa PATTERN ".gitignore" EXCLUDE)
install(DIRECTORY src/main/resources/schema DESTINATION share/vespa/schema/version/6.x PATTERN ".gitignore" EXCLUDE)

install_java_artifact(jing)