aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/grouping/CMakeLists.txt
blob: 8b11074ee43b705c3a0db2c695f70e5c7ba3ea00 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcore_grouping STATIC
    SOURCES
    groupingcontext.cpp
    groupingmanager.cpp
    groupingsession.cpp
    DEPENDS
)