aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/apps/vespa-get-config/CMakeLists.txt
blob: eb6b49ff8245b66d91910345e8b63cc813a82042 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(config_getvespaconfig_app
    SOURCES
    getconfig.cpp
    OUTPUT_NAME vespa-get-config-bin
    INSTALL bin
    DEPENDS
    config_cloudconfig
)