aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/CMakeLists.txt
blob: 299bc58a38e565d6ef59126fb2379810230db9e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_fef OBJECT
    SOURCES
    blueprint.cpp
    blueprintfactory.cpp
    blueprintresolver.cpp
    feature_resolver.cpp
    feature_type.cpp
    featureexecutor.cpp
    featurenamebuilder.cpp
    featurenameparser.cpp
    featureoverrider.cpp
    fef.cpp
    fieldinfo.cpp
    fieldpositionsiterator.cpp
    filetablefactory.cpp
    functiontablefactory.cpp
    indexproperties.cpp
    matchdata.cpp
    matchdatalayout.cpp
    objectstore.cpp
    onnx_model.cpp
    onnx_models.cpp
    parameter.cpp
    parameterdescriptions.cpp
    parametervalidator.cpp
    phrase_splitter_query_env.cpp
    phrasesplitter.cpp
    properties.cpp
    query_value.cpp
    queryproperties.cpp
    rank_program.cpp
    ranking_assets_builder.cpp
    ranking_assets_repo.cpp
    ranking_constants.cpp
    ranking_expressions.cpp
    ranksetup.cpp
    simpletermdata.cpp
    simpletermfielddata.cpp
    symmetrictable.cpp
    table.cpp
    tablemanager.cpp
    termfieldmatchdata.cpp
    termfieldmatchdataarray.cpp
    termfieldmatchdataposition.cpp
    termmatchdatamerger.cpp
    utils.cpp
    verify_feature.cpp
    DEPENDS
)