From d223639803d4a15c071b76dfbca39018ffaeed81 Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Mon, 25 Sep 2017 16:19:56 +0200 Subject: Remove global install of files and put this in the modules that owns them. --- application-preprocessor/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 application-preprocessor/CMakeLists.txt (limited to 'application-preprocessor') diff --git a/application-preprocessor/CMakeLists.txt b/application-preprocessor/CMakeLists.txt new file mode 100644 index 00000000000..e40fd4a6736 --- /dev/null +++ b/application-preprocessor/CMakeLists.txt @@ -0,0 +1,4 @@ +# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +install_fat_java_artifact(application-preprocessor) +vespa_install_script(src/main/sh/vespa-preprocess-application bin) + -- cgit v1.2.3