aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/vespa/documentapi/CMakeLists.txt
blob: a3a2815cc4fcc5dc1c3c9e3792c16dec198e0a6d (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. 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
)