File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ add_entrypoint_object(
4
4
stdc_leading_zeros_uc.cpp
5
5
HDRS
6
6
stdc_leading_zeros_uc.h
7
+ DEPENDS
8
+ libc.src.__support.CPP.bit
7
9
)
8
10
9
11
add_entrypoint_object (
@@ -12,6 +14,8 @@ add_entrypoint_object(
12
14
stdc_leading_zeros_us.cpp
13
15
HDRS
14
16
stdc_leading_zeros_us.h
17
+ DEPENDS
18
+ libc.src.__support.CPP.bit
15
19
)
16
20
17
21
add_entrypoint_object (
@@ -20,6 +24,8 @@ add_entrypoint_object(
20
24
stdc_leading_zeros_ui.cpp
21
25
HDRS
22
26
stdc_leading_zeros_ui.h
27
+ DEPENDS
28
+ libc.src.__support.CPP.bit
23
29
)
24
30
25
31
add_entrypoint_object (
@@ -28,6 +34,8 @@ add_entrypoint_object(
28
34
stdc_leading_zeros_ul.cpp
29
35
HDRS
30
36
stdc_leading_zeros_ul.h
37
+ DEPENDS
38
+ libc.src.__support.CPP.bit
31
39
)
32
40
33
41
add_entrypoint_object (
@@ -36,4 +44,6 @@ add_entrypoint_object(
36
44
stdc_leading_zeros_ull.cpp
37
45
HDRS
38
46
stdc_leading_zeros_ull.h
47
+ DEPENDS
48
+ libc.src.__support.CPP.bit
39
49
)
You can’t perform that action at this time.
0 commit comments