aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/cmd/CMakeLists.txt
blob: ff590ffac5c7aaaaa790204f5051062d0fba5ecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. 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
    vespa_fnet
    vespalib
)