summaryrefslogtreecommitdiffstats
path: root/fastlib/src/vespa/fastlib/io/CMakeLists.txt
blob: b90ff90257bcc1b95b04f84e594510d76c1459df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(fastlib_io
    SOURCES
    fileinputstream.cpp
    fileoutputstream.cpp
    bufferedfile.cpp
    bufferedinputstream.cpp
    bufferedoutputstream.cpp
    INSTALL lib64
    DEPENDS
)