aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/update/CMakeLists.txt
blob: 4162edd0c6d0e1716ef0e390c662c15e0ec1a46f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(document_updates OBJECT
    SOURCES
    addfieldpathupdate.cpp
    addvalueupdate.cpp
    arithmeticvalueupdate.cpp
    assignfieldpathupdate.cpp
    assignvalueupdate.cpp
    clearvalueupdate.cpp
    documentupdate.cpp
    fieldpathupdate.cpp
    fieldupdate.cpp
    mapvalueupdate.cpp
    removefieldpathupdate.cpp
    removevalueupdate.cpp
    tensor_add_update.cpp
    tensor_modify_update.cpp
    tensor_partial_update.cpp
    tensor_remove_update.cpp
    valueupdate.cpp
    DEPENDS
)