aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/index/CMakeLists.txt
blob: 7058f365e7177f05d8c67e7034e06d9cdae6f4e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. 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
)