aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/btree/CMakeLists.txt
blob: 0ca4cafad230138c40dc2ee8f12b19319d35f7be (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(vespalib_vespalib_btree OBJECT
    SOURCES
    btree_key_data.cpp
    btreeaggregator.cpp
    btreebuilder.cpp
    btreeinserter.cpp
    btreeiterator.cpp
    btreenode.cpp
    btreenodeallocator.cpp
    btreenodestore.cpp
    btreeremover.cpp
    btreeroot.cpp
    btreerootbase.cpp
    btreestore.cpp
    DEPENDS
)