aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/feedoperation/CMakeLists.txt
blob: ce83f0d12835c2bc9be775438d03e0e303a181c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcore_feedoperation STATIC
    SOURCES
    compact_lid_space_operation.cpp
    createbucketoperation.cpp
    deletebucketoperation.cpp
    documentoperation.cpp
    joinbucketsoperation.cpp
    lidvectorcontext.cpp
    moveoperation.cpp
    newconfigoperation.cpp
    noopoperation.cpp
    pruneremoveddocumentsoperation.cpp
    putoperation.cpp
    removedocumentsoperation.cpp
    removeoperation.cpp
    splitbucketoperation.cpp
    updateoperation.cpp
    DEPENDS
)