aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/grouping/CMakeLists.txt
blob: 00eff08f33332e70804d9e058a3c649795724bac (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_grouping OBJECT
    SOURCES
    collect.cpp
    groupandcollectengine.cpp
    groupengine.cpp
    groupingengine.cpp
    DEPENDS
)