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