From 14b32518dc6b04c791b6aca7adf873d31873de1c Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Mon, 2 Oct 2017 12:26:28 +0000 Subject: add C++ application logforwarder-start --- logforwarder/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 logforwarder/CMakeLists.txt (limited to 'logforwarder/CMakeLists.txt') diff --git a/logforwarder/CMakeLists.txt b/logforwarder/CMakeLists.txt new file mode 100644 index 00000000000..bd1e480a074 --- /dev/null +++ b/logforwarder/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. +vespa_define_module( + DEPENDS + vespalog + vespalib + config_cloudconfig + + APPS + src/apps/vespa-logforwarder-start +) -- cgit v1.2.3