aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/apps/vespa-configproxy-cmd/CMakeLists.txt
blob: 30c3a13acbe5ae25d93fa46755e26928cf6990e8 (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(config_configproxy-cmd_app
    SOURCES
    main.cpp
    methods.cpp
    proxycmd.cpp
    OUTPUT_NAME vespa-configproxy-cmd-bin
    INSTALL bin
    DEPENDS
)