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