aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/network/CMakeLists.txt
blob: 8e841c51269b9db2f202a9900153490e7b2f6569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Vespa.ai. 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
)