aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/vespa/config/helper/CMakeLists.txt
blob: ee7c6011698795bd4cfcd8fe8c5b3f0261619e36 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(config_helper OBJECT
    SOURCES
    configfetcher.cpp
    legacysubscriber.cpp
    legacy.cpp
    configpoller.cpp
    DEPENDS
)