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