aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/test/memoryindex/CMakeLists.txt
blob: 8c65d63a4a1c4ad5330455e838c6958a1c84e79f (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_searchlib_test_memoryindex
    SOURCES
    mock_field_index_collection.cpp
    ordered_field_index_inserter.cpp
    ordered_field_index_inserter_backend.cpp
    DEPENDS
)