aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/objects/CMakeLists.txt
blob: 99f45adadf5024a2dc8cd30987935fc170f5f969 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_objects OBJECT
    SOURCES
    asciiserializer.cpp
    deserializer.cpp
    floatingpointtype.cpp
    hexdump.cpp
    identifiable.cpp
    nboserializer.cpp
    nbostream.cpp
    object2slime.cpp
    objectdumper.cpp
    objectoperation.cpp
    objectpredicate.cpp
    objectvisitor.cpp
    serializer.cpp
    visit.cpp
    DEPENDS
)