aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/testlib/CMakeLists.txt
blob: f2805c03f732bb8c28f475a44da4848e8363821d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(messagebus_messagebus-test
    SOURCES
    custompolicy.cpp
    receptor.cpp
    simplemessage.cpp
    simpleprotocol.cpp
    simplereply.cpp
    slobrok.cpp
    slobrokstate.cpp
    testserver.cpp
    INSTALL lib64
    DEPENDS
    messagebus
    slobrok_slobrokserver
)