aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/bucketdb/CMakeLists.txt
blob: 2ac70e1f70792abc66717ad68c1ee3a09f52f837 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcore_bucketdb STATIC
    SOURCES
    bucket_create_notifier.cpp
    bucket_db_explorer.cpp
    bucket_db_owner.cpp
    bucketdb.cpp
    bucketdbhandler.cpp
    bucketsessionbase.cpp
    bucketstate.cpp
    checksumaggregators.cpp
    joinbucketssession.cpp
    splitbucketsession.cpp
    DEPENDS
)