aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/http/CMakeLists.txt
blob: f32ed95e213999912d149316e4b95d55f5675ff4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_net_http OBJECT
    SOURCES
    component_config_producer.cpp
    generic_state_handler.cpp
    http_server.cpp
    json_get_handler.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
)