summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/CMakeLists.txt
blob: dceb4811d3d0dd50e8870be4ce72a218d585365c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(configd_config-sentinel_app
    SOURCES
    sentinel.cpp
    service.cpp
    config-handler.cpp
    line-splitter.cpp
    command-connection.cpp
    output-connection.cpp
    metrics.cpp
    state-api.cpp
    OUTPUT_NAME vespa-config-sentinel
    INSTALL sbin
    DEPENDS
    configdefinitions
    staging_vespalib
)