aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/vespa/documentapi/messagebus/CMakeLists.txt
blob: 87c8ba9c6ab5c4c08c42eee551aedf37b706be0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(documentapi_documentapimessagebus OBJECT
    SOURCES
    documentprotocol.cpp
    replymerger.cpp
    routablefactories60.cpp
    routablerepository.cpp
    routingpolicyfactories.cpp
    routingpolicyrepository.cpp
    DEPENDS
    documentapi_documentapipolicies
)