aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/index/CMakeLists.txt
blob: ee9f0caded1c2286e0022971d3b9436bf0f6b768 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcore_index STATIC
    SOURCES
    diskindexwrapper.cpp
    index_manager_initializer.cpp
    index_writer.cpp
    indexmanager.cpp
    memoryindexwrapper.cpp
    DEPENDS
    searchcorespi
)