summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/vespa/vespalib/objects/CMakeLists.txt
blob: 093d5e2151f463750f03e310fd4e68c000414fbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(staging_vespalib_vespalib_objects OBJECT
    SOURCES
    identifiable.cpp
    namedobject.cpp
    objectvisitor.cpp
    objectdumper.cpp
    visit.cpp
    objectpredicate.cpp
    objectoperation.cpp
    fieldbase.cpp
    nboserializer.cpp
    serializer.cpp
    deserializer.cpp
    asciiserializer.cpp
    floatingpointtype.cpp
    DEPENDS
)