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