aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageframework/generic/status/CMakeLists.txt
blob: 657b99bddf1a8a126c89a84778f3d696ecad5ea3 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storageframework_status OBJECT
    SOURCES
    statusreporter.cpp
    htmlstatusreporter.cpp
    xmlstatusreporter.cpp
    httpurlpath.cpp
    DEPENDS
)