aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/data/CMakeLists.txt
blob: 5332a5b5f6bcc7f6c61a73ee3aa0d3f077f69e3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_data OBJECT
    SOURCES
    databuffer.cpp
    fileheader.cpp
    input.cpp
    input_reader.cpp
    lz4_input_decoder.cpp
    lz4_output_encoder.cpp
    memory.cpp
    memory_input.cpp
    memorydatastore.cpp
    output.cpp
    output_writer.cpp
    simple_buffer.cpp
    smart_buffer.cpp
    writable_memory.cpp
    DEPENDS
)