summaryrefslogtreecommitdiffstats
path: root/logforwarder/CMakeLists.txt
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2017-10-02 12:26:28 +0000
committerArne Juul <arnej@yahoo-inc.com>2017-10-05 06:25:32 +0000
commit14b32518dc6b04c791b6aca7adf873d31873de1c (patch)
treee477b1b7ad066f95e8172dc58dbb216117ce9561 /logforwarder/CMakeLists.txt
parentdee4a9914b6928c1712058a162d7d4a133cd57c0 (diff)
add C++ application logforwarder-start
Diffstat (limited to 'logforwarder/CMakeLists.txt')
-rw-r--r--logforwarder/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
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
+)