aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/docsummary/CMakeLists.txt
blob: 3f5a88c1c02b0cf41da36c1b9433352ee298be13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcore_docsummary STATIC
    SOURCES
    docsumcontext.cpp
    document_store_explorer.cpp
    documentstoreadapter.cpp
    summarycompacttarget.cpp
    summaryflushtarget.cpp
    summarymanager.cpp
    summarymanagerinitializer.cpp
)