aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/streamed/CMakeLists.txt
blob: 5fcf9f84ffc7864218277f3cfe6a167741dfd443 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

vespa_add_library(eval_streamed OBJECT
    SOURCES
    streamed_value.cpp
    streamed_value_index.cpp
    streamed_value_utils.cpp
    streamed_value_builder.cpp
    streamed_value_builder_factory.cpp
    streamed_value_view.cpp
)