aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageapi/message/CMakeLists.txt
blob: 2728b5b51ad8ddd495dbbfc2720e60fe7df9872c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Yahoo. 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
)