aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/io/CMakeLists.txt
blob: f50dbf9ef8210a1024316f8b36dd83423eb1fcce (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. 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
)