summaryrefslogtreecommitdiffstats
path: root/memfilepersistence/CMakeLists.txt
blob: a1fcd0028ac8136b06b020c310beba59dfd262b0 (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
30
31
32
33
34
35
36
37
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    vespadefaults
    fastos
    vespalog
    vespalib
    document
    config_cloudconfig
    configdefinitions
    vdslib
    persistence
    storageframework

    LIBS
    src/vespa/memfilepersistence
    src/vespa/memfilepersistence/common
    src/vespa/memfilepersistence/device
    src/vespa/memfilepersistence/init
    src/vespa/memfilepersistence/mapper
    src/vespa/memfilepersistence/memfile
    src/vespa/memfilepersistence/spi
    src/vespa/memfilepersistence/tools

    TEST_DEPENDS
    persistence_persistence_conformancetest
    vdstestlib

    TESTS
    src/tests
    src/tests/conformance
    src/tests/device
    src/tests/init
    src/tests/helper
    src/tests/spi
    src/tests/tools
)