aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageapi/message/CMakeLists.txt
blob: 2a761921dfff5c5db2889e31c3d9615995df7378 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
    searchresult.cpp
    bucketsplitting.cpp
    documentsummary.cpp
    stat.cpp
    removelocation.cpp
    queryresult.cpp
    internal.cpp
    DEPENDS
)