aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/vespa/documentapi/CMakeLists.txt
blob: a108e87d3d2263f62b1c09873503fc4e84ca5f0c (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(documentapi
    SOURCES
    $<TARGET_OBJECTS:documentapi_documentapimessagebus>
    $<TARGET_OBJECTS:documentapi_documentapimessages>
    $<TARGET_OBJECTS:documentapi_documentapipolicies>
    INSTALL lib64
    DEPENDS
)