aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/expression/CMakeLists.txt
blob: 6942a827fe9963de346c1f00a1774de76c107ee5 (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
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_expression OBJECT
    SOURCES
    attribute_map_lookup_node.cpp
    attributenode.cpp
    attributeresult.cpp
    current_index_setup.cpp
    enumattributeresult.cpp
    perdocexpression.cpp
    expressiontree.cpp
    timestamp.cpp
    bucketresultnode.cpp
    integerbucketresultnode.cpp
    floatbucketresultnode.cpp
    stringbucketresultnode.cpp
    rawbucketresultnode.cpp
    fixedwidthbucketfunctionnode.cpp
    rangebucketpredef.cpp
    resultvector.cpp
    catserializer.cpp
    strcatserializer.cpp
    documentfieldnode.cpp
    zcurve.cpp
    debugwaitfunctionnode.cpp
    mathfunctionnode.cpp
    numericfunctionnode.cpp
    resultnode.cpp
    interpolatedlookupfunctionnode.cpp
    functionnodes.cpp
    resultnodes.cpp
    arrayatlookupfunctionnode.cpp
    arrayoperationnode.cpp
    aggregationrefnode.cpp
    stringresultnode.cpp
    rawresultnode.cpp
    floatresultnode.cpp
    integerresultnode.cpp
    DEPENDS
)