aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/vespa/config/subscription/CMakeLists.txt
blob: bd87d339290350abbe5ea8f75a5d2e8f1bed04e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(config_subscription OBJECT
    SOURCES
    sourcespec.cpp
    configsubscription.cpp
    configsubscriber.cpp
    configsubscriptionset.cpp
    configuri.cpp
    DEPENDS
)