aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/CMakeLists.txt
blob: 582b73c3e4972b027bc7e5918d104c20252f11ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_datastore OBJECT
    SOURCES
    array_store.cpp
    array_store_config.cpp
    array_store_dynamic_type_mapper.cpp
    array_store_type_mapper.cpp
    atomic_entry_ref.cpp
    buffer_free_list.cpp
    buffer_stats.cpp
    buffer_type.cpp
    bufferstate.cpp
    compact_buffer_candidates.cpp
    compacting_buffers.cpp
    compaction_context.cpp
    compaction_strategy.cpp
    compaction_strategy.cpp
    datastore.cpp
    datastorebase.cpp
    dynamic_array_buffer_type.cpp
    entry_ref_filter.cpp
    entryref.cpp
    fixed_size_hash_map.cpp
    free_list.cpp
    large_array_buffer_type.cpp
    memory_stats.cpp
    sharded_hash_map.cpp
    small_array_buffer_type.cpp
    unique_store.cpp
    unique_store_buffer_type.cpp
    unique_store_string_allocator.cpp
    DEPENDS
)