Skip to content

Commit dd70c4c

Browse files
update cmake for new deps
1 parent 788f962 commit dd70c4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libc/src/time/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ add_entrypoint_object(
3737
asctime.h
3838
DEPENDS
3939
.time_utils
40+
.time_constants
4041
libc.include.time
4142
libc.hdr.types.struct_tm
4243
)
@@ -49,6 +50,7 @@ add_entrypoint_object(
4950
asctime_r.h
5051
DEPENDS
5152
.time_utils
53+
.time_constants
5254
libc.include.time
5355
libc.hdr.types.struct_tm
5456
)
@@ -61,6 +63,7 @@ add_entrypoint_object(
6163
ctime.h
6264
DEPENDS
6365
.time_utils
66+
.time_constants
6467
libc.hdr.types.time_t
6568
libc.include.time
6669
)
@@ -73,6 +76,7 @@ add_entrypoint_object(
7376
ctime_r.h
7477
DEPENDS
7578
.time_utils
79+
.time_constants
7680
libc.hdr.types.time_t
7781
libc.include.time
7882
)
@@ -122,6 +126,7 @@ add_entrypoint_object(
122126
mktime.h
123127
DEPENDS
124128
.time_utils
129+
.time_constants
125130
libc.include.time
126131
libc.src.errno.errno
127132
libc.hdr.types.time_t

0 commit comments

Comments
 (0)