• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_entrypoint_object(
2  mktime
3  SRCS
4    mktime.cpp
5  HDRS
6    mktime.h
7  DEPENDS
8    libc.include.errno
9    libc.include.time
10    libc.src.errno.__errno_location
11)
12