aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/grouping/CMakeLists.txt
blob: 3117cab25d509e4bd2d18134e5ba4c8b11f31bf2 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. 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
)