aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/vespa/vdslib/state/CMakeLists.txt
blob: 49f1c942724cd413f1546f100f01310bc2b8ac18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vdslib_state OBJECT
    SOURCES
    globals.cpp
    nodetype.cpp
    node.cpp
    state.cpp
    nodestate.cpp
    clusterstate.cpp
    cluster_state_bundle.cpp
    DEPENDS
)