aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/test/memoryindex/CMakeLists.txt
blob: ff94816603365c81de6d1aa952845d3fd99b3f70 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. 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
)