aboutsummaryrefslogtreecommitdiffstats
path: root/storageapi/CMakeLists.txt
blob: d8e00cc35bf37466256d1e37322e0610b63ad936 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    fastos
    fnet
    vespalog
    vespalib
    document
    messagebus
    vdslib
    documentapi

    LIBS
    src/vespa/storageapi
    src/vespa/storageapi/app
    src/vespa/storageapi/buckets
    src/vespa/storageapi/mbusprot
    src/vespa/storageapi/message
    src/vespa/storageapi/messageapi

    TESTS
    src/tests
    src/tests/buckets
    src/tests/mbusprot
    src/tests/messageapi
)