aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/datatype/CMakeLists.txt
blob: 9f6d87a5a7e2527a8ac392ac621071bfc2f0356f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright Vespa.ai. 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
)