aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/cmd/CMakeLists.txt
blob: f02865cf9a90f52bfa629ccb75e7171b86c173f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(configd_vespa-sentinel-cmd_app
    SOURCES
    main.cpp
    OUTPUT_NAME vespa-sentinel-cmd-bin
    INSTALL bin
    DEPENDS
    fnet
    vespalib
)