aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/trace/CMakeLists.txt
blob: 7c83b2c096a7a20a01521f791c093e6d726d40b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_trace OBJECT
    SOURCES
    trace.cpp
    tracenode.cpp
    slime_trace_serializer.cpp
    slime_trace_deserializer.cpp
    DEPENDS
)