aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/routing/CMakeLists.txt
blob: 04609ba024e3795260403b85df227e65487bfdc2 (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 Vespa.ai. 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
)