aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/vespa/config/retriever/CMakeLists.txt
blob: fc72f44d710c607f2b0ddcee8830ca28962a7713 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Yahoo. 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
)