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