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