aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/persistenceengine/CMakeLists.txt
blob: 2a817aeb05d94c1ec245dfd487b82c75a24a9c06 (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(searchcore_persistenceengine STATIC
    SOURCES
    document_iterator.cpp
    commit_and_wait_document_retriever.cpp
    i_document_retriever.cpp
    persistenceengine.cpp
    persistence_handler_map.cpp
    resource_usage_tracker.cpp
    transport_latch.cpp
    DEPENDS
)