aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/base/CMakeLists.txt
blob: a4cffc23da146a1731d54d3d0172ec894f1ffc94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(document_base OBJECT
    SOURCES
    documentcalculator.cpp
    documentid.cpp
    exceptions.cpp
    field.cpp
    fieldpath.cpp
    forcelink.cpp
    globalid.cpp
    idstring.cpp
    testdocman.cpp
    testdocrepo.cpp
    DEPENDS
)