aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/io/CMakeLists.txt
blob: e1d86776a94020c3104589f084e51c667a2e9d08 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_io OBJECT
    SOURCES
    fileutil.cpp
    mapped_file_input.cpp
    DEPENDS
)