aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/src/vespa/fnet/CMakeLists.txt
blob: 3e829785544cfad42592911c10beb74c5eba696e (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
25
26
27
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(fnet
    SOURCES
    channel.cpp
    channellookup.cpp
    config.cpp
    connection.cpp
    connector.cpp
    context.cpp
    controlpacket.cpp
    databuffer.cpp
    dummypacket.cpp
    info.cpp
    iocomponent.cpp
    packet.cpp
    packetqueue.cpp
    scheduler.cpp
    signalshutdown.cpp
    simplepacketstreamer.cpp
    task.cpp
    transport.cpp
    transport_debugger.cpp
    transport_thread.cpp
    $<TARGET_OBJECTS:fnet_frt>
    INSTALL lib64
    DEPENDS
)