aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageframework/generic/status/CMakeLists.txt
blob: a629e632b78c4a197ee6c9c0d7f043b723c14d31 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. 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
)