summaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/CMakeLists.txt
blob: 6f647a78a394f4fcf6418f697dc841ed016a5f4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2017 Yahoo Holdings. 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_config.cpp
    buffer_type.cpp
    bufferstate.cpp
    datastore.cpp
    datastorebase.cpp
    entryref.cpp
    unique_store_dictionary.cpp
    unique_store_string_allocator.cpp
    DEPENDS
)