aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/bucketdb/CMakeLists.txt
blob: b16795a90ba062d94a616bf712e66f3fee55168f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_bucketdb OBJECT
    SOURCES
    btree_bucket_database.cpp
    btree_lockable_map.cpp
    bucketcopy.cpp
    bucketdatabase.cpp
    bucketinfo.cpp
    bucketmanager.cpp
    bucketmanagermetrics.cpp
    generic_btree_bucket_database.cpp
    storbucketdb.cpp
    striped_btree_lockable_map.cpp
    DEPENDS
)
vespa_generate_config(storage_bucketdb stor-bucketdb.def)
install_config_definition(stor-bucketdb.def vespa.config.content.core.stor-bucketdb.def)