summaryrefslogtreecommitdiffstats
path: root/config/src/apps/vespa-get-config/CMakeLists.txt
blob: a9dcbb50137c08d3e4d97cc15d92b73fc61f94b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. 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
)