aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/apps/vespa-get-config/CMakeLists.txt
blob: 365e94087ad8bf1da44fb09d5368bac3ef7ff60c (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. 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
)