aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/vespa/config/print/CMakeLists.txt
blob: 7bd6d83f74e0ad3b7c422e29daa2972886bbba2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(config_print OBJECT
    SOURCES
    fileconfigformatter.cpp
    asciiconfigwriter.cpp
    fileconfigwriter.cpp
    ostreamconfigwriter.cpp
    jsonconfigformatter.cpp
    fileconfigsnapshotwriter.cpp
    fileconfigsnapshotreader.cpp
    asciiconfigsnapshotwriter.cpp
    asciiconfigsnapshotreader.cpp
    configdatabuffer.cpp
    DEPENDS
)