aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/datatype/CMakeLists.txt
blob: fc9a2007a591c98364080f1a5fb50e6edec5b2c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(document_datatypes OBJECT
    SOURCES
    annotationreferencedatatype.cpp
    annotationtype.cpp
    arraydatatype.cpp
    collectiondatatype.cpp
    datatype.cpp
    documenttype.cpp
    mapdatatype.cpp
    numericdatatype.cpp
    positiondatatype.cpp
    primitivedatatype.cpp
    structdatatype.cpp
    structureddatatype.cpp
    tensor_data_type.cpp
    weightedsetdatatype.cpp
    referencedatatype.cpp
    DEPENDS
)