aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageapi/messageapi/CMakeLists.txt
blob: 95cfa7bd4b541cf9c041b05d0ae64deb183bec33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storageapi_messageapi OBJECT
    SOURCES
    bucketcommand.cpp
    bucketreply.cpp
    bucketinfocommand.cpp
    bucketinforeply.cpp
    maintenancecommand.cpp
    returncode.cpp
    storagemessage.cpp
    storagecommand.cpp
    storagereply.cpp
    DEPENDS
)