aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/btree/CMakeLists.txt
blob: 7bf62ca9ec4c0f23dccf305ba8e3f93197f55c71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Vespa.ai. 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
)