aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/trace/CMakeLists.txt
blob: ab3c075f9f9e55a55ec46bee5e90f257ae563905 (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(vespalib_vespalib_trace OBJECT
    SOURCES
    trace.cpp
    tracenode.cpp
    slime_trace_serializer.cpp
    slime_trace_deserializer.cpp
    DEPENDS
)