aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/test/plugin/CMakeLists.txt
blob: f0b18f672c43179c33c44082ce16932efbcd5e83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_fef_test_plugin OBJECT
    SOURCES
    cfgvalue.cpp
    chain.cpp
    double.cpp
    query.cpp
    setup.cpp
    staticrank.cpp
    sum.cpp
    unbox.cpp
    DEPENDS
)