summaryrefslogtreecommitdiffstats
path: root/logforwarder/src/apps/vespa-logforwarder-start/CMakeLists.txt
blob: 74ca0ff6abcd8e89f1c384e2514fc20e4e12e1d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. 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
)