aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/streamed/CMakeLists.txt
blob: 1bb77fd37744636cb9fb1b47189f149016075108 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. 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
)