summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/vespa/vespalib/net/CMakeLists.txt
blob: 86346979d63e1664b1261f73d50f27c297d48133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(staging_vespalib_vespalib_net OBJECT
    SOURCES
    component_config_producer.cpp
    generic_state_handler.cpp
    http_server.cpp
    json_handler_repo.cpp
    simple_component_config_producer.cpp
    simple_health_producer.cpp
    simple_metric_snapshot.cpp
    simple_metrics_producer.cpp
    slime_explorer.cpp
    state_api.cpp
    state_explorer.cpp
    state_server.cpp
    DEPENDS
)