aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/src/vespa/vespaclient/vdsstates/CMakeLists.txt
blob: 56ff525e31ada8f6cdcced3fd690458504c53737 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespaclient_vdsgetnodestate_app
    SOURCES
    statesapp.cpp
    OUTPUT_NAME vdsgetnodestate-bin
    DEPENDS
    vespaclient_clusterlist
)