brintos

brintos / llvm-project-archived public Read only

0
0
Text · 613 B · 2953717 Raw
38 lines · plain
1add_header_library(2  statfs_utils3  HDRS4    statfs_utils.h5  DEPENDS6    libc.src.errno.errno7    libc.src.__support.OSUtil.osutil8    libc.src.__support.common9    libc.src.__support.CPP.optional10    libc.include.sys_syscall11    libc.include.sys_statvfs12)13 14add_entrypoint_object(15  statvfs16  SRCS17    statvfs.cpp18  HDRS19    ../statvfs.h20  DEPENDS21    libc.src.__support.libc_assert22    libc.include.sys_statvfs23    .statfs_utils24)25 26add_entrypoint_object(27  fstatvfs28  SRCS29    fstatvfs.cpp30  HDRS31    ../fstatvfs.h32  DEPENDS33    libc.src.__support.libc_assert34    libc.include.sys_statvfs35    .statfs_utils36)37 38