aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/test/CMakeLists.txt
blob: 1637e9fa5814ce756f5629d1418050aca4306355 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright Yahoo. 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
)