aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/network/CMakeLists.txt
blob: 8b058ef5fccf393f22b2a8040b52a511beb2357d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(messagebus_network OBJECT
    SOURCES
    identity.cpp
    rpcnetwork.cpp
    rpcnetworkparams.cpp
    rpcsend.cpp
    rpcsendv2.cpp
    rpcservice.cpp
    rpcserviceaddress.cpp
    rpcservicepool.cpp
    rpctarget.cpp
    rpctargetpool.cpp
    DEPENDS
)