aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/CMakeLists.txt
blob: 607aba2785c6200471b4a39db1aee4e5f1c81d25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(configd_config-sentinel_app
    SOURCES
    check-completion-handler.cpp
    cmdq.cpp
    config-owner.cpp
    connectivity.cpp
    env.cpp
    line-splitter.cpp
    logctl.cpp
    manager.cpp
    metrics.cpp
    model-owner.cpp
    output-connection.cpp
    outward-check.cpp
    peer-check.cpp
    report-connectivity.cpp
    rpchooks.cpp
    rpcserver.cpp
    sentinel.cpp
    service.cpp
    state-api.cpp
    status-callback.cpp
    OUTPUT_NAME vespa-config-sentinel
    INSTALL sbin
    DEPENDS
    fnet
    configdefinitions
    vespalib
)