aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/vespa/config/common/CMakeLists.txt
blob: 48a792f5955ae362f74de8f6dfb070bd48b0c799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(config_common OBJECT
    SOURCES
    configmanager.cpp
    misc.cpp
    configparser.cpp
    errorcode.cpp
    timingvalues.cpp
    configupdate.cpp
    configholder.cpp
    configcontext.cpp
    configkey.cpp
    configsystem.cpp
    configvalue.cpp
    trace.cpp
    payload_converter.cpp
    configdefinition.cpp
    compressiontype.cpp
    vespa_version.cpp
    exceptions.cpp
    DEPENDS
)