aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/serialization/CMakeLists.txt
blob: 0d7afb4437856f324b75c7bf2bdb25e7e95f594a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. 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
)