summaryrefslogtreecommitdiffstats
path: root/storageapi/CMakeLists.txt
blob: aae9ab2ad4f010514f445bf261f12fba3b30ca5b (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
27
# Copyright 2017 Yahoo Holdings. 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
    storageframework
    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
)