aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/vespa/vdslib/state/CMakeLists.txt
blob: 44a38d9447e6c62c4bf7ee477eab5dbedc86674e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Vespa.ai. 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
)