aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/common/hostreporter/CMakeLists.txt
blob: 60919a80babd7d36ddea1c63f90894bf446b64d1 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_hostreporter OBJECT
    SOURCES
    hostinfo.cpp
    versionreporter.cpp
    DEPENDS
)