aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/util/CMakeLists.txt
blob: 523e7cfadebed11f1674d5711345cf61bef60803 (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_util OBJECT
    SOURCES
    bytebuffer.cpp
    feed_reject_helper.cpp
    printable.cpp
    serializableexceptions.cpp
    stringutil.cpp
    DEPENDS
)