summaryrefslogtreecommitdiffstats
path: root/documentapi/src/vespa/documentapi/messagebus/CMakeLists.txt
blob: 1df761b8af5bba5177f40ae46ffd98e1067b097a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2017 Yahoo Holdings. 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
    routablefactories41.cpp
    routablefactories42.cpp
    routablefactories50.cpp
    routablefactories51.cpp
    routablefactories52.cpp
    routablefactories60.cpp
    routablerepository.cpp
    routingpolicyfactories.cpp
    routingpolicyrepository.cpp
    DEPENDS
    documentapi_documentapipolicies
)