aboutsummaryrefslogtreecommitdiffstats
path: root/persistencetypes/CMakeLists.txt
blob: a41f8eb6661083c45e44430ce23ce218a6de9084 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
    staging_vespalib
    fnet
    config_cloudconfig
    document

    LIBS
    src/persistence
    src/persistence/spi
)