summaryrefslogtreecommitdiffstats
path: root/config-model/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2017-09-27 18:00:09 +0200
committerGitHub <noreply@github.com>2017-09-27 18:00:09 +0200
commit71ed3686430c8e47a9d1a7576382f6c7de2c0cee (patch)
treee0d4d09af32e87b49ab2ad2f44810b4a5d4aa334 /config-model/CMakeLists.txt
parent96466df8750a5459d9d7505a78d19d03db20d312 (diff)
Revert "Revert "Aressem/remove post install script""
Diffstat (limited to 'config-model/CMakeLists.txt')
-rw-r--r--config-model/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/config-model/CMakeLists.txt b/config-model/CMakeLists.txt
new file mode 100644
index 00000000000..274ab8a763b
--- /dev/null
+++ b/config-model/CMakeLists.txt
@@ -0,0 +1,10 @@
+# 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)