1add_object_library(
2  file
3  SRCS
4    file.cpp
5  HDRS
6    file.h
7  DEPENDS
8    libc.include.errno
9    libc.src.errno.errno
10)
11