aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/vespa/slobrok/server/CMakeLists.txt
blob: 564121aa200b2f7885758f961e1cb12a2f993561 (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
28
29
30
31
32
33
34
35
36
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(slobrok_slobrokserver
    SOURCES
    configshim.cpp
    exchange_manager.cpp
    i_monitored_server.cpp
    i_rpc_server_manager.cpp
    local_rpc_monitor_map.cpp
    managed_rpc_server.cpp
    map_diff.cpp
    map_listener.cpp
    map_source.cpp
    mapping_monitor.cpp
    metrics_producer.cpp
    mock_map_listener.cpp
    monitor.cpp
    named_service.cpp
    proxy_map_source.cpp
    reconfigurable_stateserver.cpp
    remote_check.cpp
    remote_slobrok.cpp
    request_completion_handler.cpp
    reserved_name.cpp
    rpc_mapping_monitor.cpp
    rpchooks.cpp
    rpcmirror.cpp
    sbenv.cpp
    service_map_history.cpp
    service_map_mirror.cpp
    service_mapping.cpp
    slobrokserver.cpp
    union_service_map.cpp
    INSTALL lib64
    DEPENDS
    slobrok
)