aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/docsummary/CMakeLists.txt
blob: d1f3739c663d794e69f638f07632442d1e8cc0db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. 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
)