aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/cmd/CMakeLists.txt
blob: 7b670ad9abe1bc49863617af2e0b4fbe027891b2 (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
    INSTALL bin
    DEPENDS
    fnet
    vespalib
)