aboutsummaryrefslogtreecommitdiffstats
path: root/logforwarder/CMakeLists.txt
blob: a6506b0aab4be27597e39c71e7f134e04bc43586 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. 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
)