aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/bucket/CMakeLists.txt
blob: 6c3a39c2d73acdb9a45790222f2d4b6a9448a0e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Yahoo. 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
)