aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework/CMakeLists.txt
blob: b6e3855e96d45b9074e582731e702e1e8281ec54 (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
28
29
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    fastos
    vespalog
    vespalib
    metrics

    LIBS
    src/vespa/storageframework
    src/vespa/storageframework/defaultimplementation
    src/vespa/storageframework/defaultimplementation/clock
    src/vespa/storageframework/defaultimplementation/component
    src/vespa/storageframework/defaultimplementation/thread
    src/vespa/storageframework/generic
    src/vespa/storageframework/generic/clock
    src/vespa/storageframework/generic/component
    src/vespa/storageframework/generic/metric
    src/vespa/storageframework/generic/status
    src/vespa/storageframework/generic/thread

    TEST_EXTERNAL_DEPENDS
    vdstestlib

    TESTS
    src/tests
    src/tests/clock
    src/tests/thread
)