aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/reprocessing/CMakeLists.txt
blob: 55f5ee474c524ce79b0fff96a5dedfede0e507cb (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(searchcore_reprocessing STATIC
    SOURCES
    attribute_reprocessing_initializer.cpp
    document_reprocessing_handler.cpp
    reprocess_documents_task.cpp
    reprocessingrunner.cpp
    DEPENDS
)