aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/apps/vespa-ping-configproxy/CMakeLists.txt
blob: 016388d0ae844aeb7844ee69da6030d0eedfca27 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. 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
)