aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/serialization/CMakeLists.txt
blob: c284312c870c00de3636d1abfcf09bafdc400a1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(document_serialization OBJECT
    SOURCES
    annotationdeserializer.cpp
    annotationserializer.cpp
    slime_output_to_vector.cpp
    vespadocumentserializer.cpp
    vespadocumentdeserializer.cpp
    DEPENDS
)