summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/cmd/CMakeLists.txt
blob: c05fd1de37f0acb42abeb5a40b33d96fae36ee79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2017 Yahoo Holdings. 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
)