brintos

brintos / llvm-project-archived public Read only

0
0
Text · 238 B · a06a412 Raw
13 lines · plain
1add_object_library(2  clock_gettime3  SRCS4    clock_gettime.cpp5  HDRS6    ../clock_gettime.h7  DEPENDS8    libc.src.__support.common9    libc.src.__support.error_or10    libc.hdr.types.struct_timeval11    libc.hdr.types.struct_timespec12)13