aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcorespi/index/CMakeLists.txt
blob: ca33131d7f4370655c82b65cafc4cdda5b0d80e8 (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
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcorespi_index STATIC OBJECT
    SOURCES
    diskindexcleaner.cpp
    disk_indexes.cpp
    disk_index_stats.cpp
    eventlogger.cpp
    fusionrunner.cpp
    iindexmanager.cpp
    iindexcollection.cpp
    index_disk_dir_state.cpp
    index_manager_explorer.cpp
    index_manager_stats.cpp
    indexcollection.cpp
    indexdisklayout.cpp
    indexflushtarget.cpp
    indexfusiontarget.cpp
    indexmaintainer.cpp
    indexmaintainerconfig.cpp
    indexmaintainercontext.cpp
    indexmanagerconfig.cpp
    indexreadutilities.cpp
    index_searchable_stats.cpp
    indexwriteutilities.cpp
    warmupindexcollection.cpp
    isearchableindexcollection.cpp
    DEPENDS
)