aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/bucket/CMakeLists.txt
blob: 934d6aa2167d799eb0c140573b1c288bf79ddcbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(document_bucket OBJECT
    SOURCES
    bucket.cpp
    bucketid.cpp
    bucketidfactory.cpp
    bucketidlist.cpp
    bucketselector.cpp
    bucketspace.cpp
    fixed_bucket_spaces.cpp
    DEPENDS
)