aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/CMakeLists.txt
blob: a2b409061116afe7ef13d0f2b45ec1a2b8352953 (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
    SOURCES
    $<TARGET_OBJECTS:document_util>
    $<TARGET_OBJECTS:document_base>
    $<TARGET_OBJECTS:document_bucket>
    $<TARGET_OBJECTS:document_datatypes>
    $<TARGET_OBJECTS:document_fieldvalues>
    $<TARGET_OBJECTS:document_select>
    $<TARGET_OBJECTS:document_updates>
    $<TARGET_OBJECTS:document_fieldset>
    $<TARGET_OBJECTS:document_documentconfig>
    $<TARGET_OBJECTS:document_annotation>
    $<TARGET_OBJECTS:document_repo>
    $<TARGET_OBJECTS:document_serialization>
    $<TARGET_OBJECTS:document_predicate>
    $<TARGET_OBJECTS:document_test>
    INSTALL lib64
    DEPENDS
)