aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/fastos/CMakeLists.txt
blob: 2b7a2c3b905f50c935f3df7e9bc8b0b1457682cb (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_fastos OBJECT
    SOURCES
    file.cpp
    file_rw_ops.cpp
    linux_file.cpp
    unix_file.cpp
    DEPENDS
)