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