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