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