aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/flushengine/CMakeLists.txt
blob: 7f013796fdbda0b0deba4c1bdd07569232cfa12a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcore_flushengine STATIC
    SOURCES
    active_flush_stats.cpp
    cachedflushtarget.cpp
    shrink_lid_space_flush_target.cpp
    flush_all_strategy.cpp
    flushcontext.cpp
    flushengine.cpp
    flush_engine_explorer.cpp
    flush_target_candidate.cpp
    flush_target_candidates.cpp
    flushtargetproxy.cpp
    flushtask.cpp
    prepare_restart_flush_strategy.cpp
    threadedflushtarget.cpp
    tls_stats_factory.cpp
    tls_stats_map.cpp
    DEPENDS
    searchcorespi
)