summaryrefslogtreecommitdiffstats
path: root/logforwarder/src/apps/vespa-logforwarder-start/CMakeLists.txt
blob: aa5584ec1085639e4464e54b0d09bedab4b787db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(logforwarder-start_app
    SOURCES
    main.cpp
    cf-handler.cpp
    child-handler.cpp
    OUTPUT_NAME vespa-logforwarder-start
    INSTALL bin
    DEPENDS
    config_cloudconfig
    configdefinitions
    vespalib
)