summaryrefslogtreecommitdiffstats
path: root/logforwarder/src/apps/vespa-logforwarder-start/CMakeLists.txt
blob: f26edd8eee8cbd19284998da4c8df86c1648c39f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
    sig-catch.cpp
    OUTPUT_NAME vespa-logforwarder-start
    INSTALL bin
    DEPENDS
    config_cloudconfig
    configdefinitions
)