aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/apps/vespa-ping-configproxy/CMakeLists.txt
blob: 57f1b0444db8edaddd3934bf30b8e4cb304f6f05 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(config_pingproxy_app
    SOURCES
    pingproxy.cpp
    OUTPUT_NAME vespa-ping-configproxy
    INSTALL bin
    DEPENDS
)