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