Skip to content

Commit 7a898f3

Browse files
fix dependency list
1 parent 0e7e10f commit 7a898f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libc/src/stdbit/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ add_entrypoint_object(
44
stdc_leading_zeros_uc.cpp
55
HDRS
66
stdc_leading_zeros_uc.h
7+
DEPENDS
8+
libc.src.__support.CPP.bit
79
)
810

911
add_entrypoint_object(
@@ -12,6 +14,8 @@ add_entrypoint_object(
1214
stdc_leading_zeros_us.cpp
1315
HDRS
1416
stdc_leading_zeros_us.h
17+
DEPENDS
18+
libc.src.__support.CPP.bit
1519
)
1620

1721
add_entrypoint_object(
@@ -20,6 +24,8 @@ add_entrypoint_object(
2024
stdc_leading_zeros_ui.cpp
2125
HDRS
2226
stdc_leading_zeros_ui.h
27+
DEPENDS
28+
libc.src.__support.CPP.bit
2329
)
2430

2531
add_entrypoint_object(
@@ -28,6 +34,8 @@ add_entrypoint_object(
2834
stdc_leading_zeros_ul.cpp
2935
HDRS
3036
stdc_leading_zeros_ul.h
37+
DEPENDS
38+
libc.src.__support.CPP.bit
3139
)
3240

3341
add_entrypoint_object(
@@ -36,4 +44,6 @@ add_entrypoint_object(
3644
stdc_leading_zeros_ull.cpp
3745
HDRS
3846
stdc_leading_zeros_ull.h
47+
DEPENDS
48+
libc.src.__support.CPP.bit
3949
)

0 commit comments

Comments
 (0)