aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/test/plugin/CMakeLists.txt
blob: 8a0fc713440b55331aea9e578638635359ca1283 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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_plugin OBJECT
    SOURCES
    cfgvalue.cpp
    chain.cpp
    double.cpp
    query.cpp
    setup.cpp
    staticrank.cpp
    sum.cpp
    unbox.cpp
    DEPENDS
)