aboutsummaryrefslogtreecommitdiffstats
path: root/configutil/src/apps/configstatus/CMakeLists.txt
blob: 7536aa2d5865a2a88e5525f02db60ad96a745409 (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(configutil_vespa-config-status_app
    SOURCES
    main.cpp
    OUTPUT_NAME vespa-config-status-bin
    INSTALL bin
    DEPENDS
    configutil_util
)