aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/grouping/CMakeLists.txt
blob: f424d7fe06fa0d9586ed714ef975a44bfe670206 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. 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
)