aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/aggregation/CMakeLists.txt
blob: 07c74169ae662645ac5b3edac82f833780545db7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_aggregation OBJECT
    SOURCES
    aggregation.cpp
    fs4hit.cpp
    group.cpp
    grouping.cpp
    groupinglevel.cpp
    hit.cpp
    hitlist.cpp
    hitsaggregationresult.cpp
    modifiers.cpp
    rawrank.cpp
    vdshit.cpp
    DEPENDS
)