aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/vespa/config/retriever/CMakeLists.txt
blob: ae427e6c292267c5bdb707955225a37e529cfb98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(config_retriever OBJECT
    SOURCES
    configretriever.cpp
    configsnapshot.cpp
    genericconfigsubscriber.cpp
    fixedconfigsubscriber.cpp
    configkeyset.cpp
    simpleconfigretriever.cpp
    simpleconfigurer.cpp
    DEPENDS
)