# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_library(fastos_objects OBJECT SOURCES file.cpp file_rw_ops.cpp linux_file.cpp unix_file.cpp ) vespa_add_library(fastos SOURCES $ INSTALL lib64 DEPENDS ${CMAKE_DL_LIBS} ) find_package(Threads REQUIRED) target_link_libraries(fastos PUBLIC ${CMAKE_THREAD_LIBS_INIT})