aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageapi/message/CMakeLists.txt
blob: cc917686376b21b6133af1856424381171e13d59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storageapi_message OBJECT
    SOURCES
    datagram.cpp
    persistence.cpp
    bucket.cpp
    visitor.cpp
    state.cpp
    bucketsplitting.cpp
    stat.cpp
    removelocation.cpp
    queryresult.cpp
    internal.cpp
    DEPENDS
)