aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/aggregation/CMakeLists.txt
blob: eff2e5ecbd66188232c45dce46788758dd15872a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Vespa.ai. 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
)