aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/routing/CMakeLists.txt
blob: c252dc75e0ea2aa9426621d8c27d2d0b2c17175f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(messagebus_routing OBJECT
    SOURCES
    errordirective.cpp
    hop.cpp
    hopblueprint.cpp
    hopspec.cpp
    policydirective.cpp
    resender.cpp
    retrytransienterrorspolicy.cpp
    route.cpp
    routedirective.cpp
    routeparser.cpp
    routespec.cpp
    routingcontext.cpp
    routingnode.cpp
    routingnodeiterator.cpp
    routingspec.cpp
    routingtable.cpp
    routingtablespec.cpp
    tcpdirective.cpp
    verbatimdirective.cpp
    DEPENDS
)