aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/CMakeLists.txt
blob: ea25156a3c4eecc597bcb4a6f5535c3f354b488c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2016 Yahoo Inc. 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
)