aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/test/CMakeLists.txt
blob: 79b3367562814db9d6a9670f5d263fc81a5530dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_fef_test OBJECT
    SOURCES
    attribute_map.cpp
    dummy_dependency_handler.cpp
    featuretest.cpp
    ftlib.cpp
    indexenvironment.cpp
    indexenvironmentbuilder.cpp
    labels.cpp
    matchdatabuilder.cpp
    mock_attribute_context.cpp
    queryenvironment.cpp
    queryenvironmentbuilder.cpp
    rankresult.cpp
    test_features.cpp
    DEPENDS
)