summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/CMakeLists.txt
blob: 6d41d674346c221154114fe7841bf0dbdc09a2ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
    cmdq.cpp
    rpchooks.cpp
    rpcserver.cpp
    OUTPUT_NAME vespa-config-sentinel
    INSTALL sbin
    DEPENDS
    fnet
    configdefinitions
    staging_vespalib
)