File tree Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,18 @@ foreach(suffix IN ITEMS hr r lr hk k lk uhr ur ulr uhk uk ulk)
53
53
libc.src.__support.CPP.bit
54
54
libc.src.__support.fixed_point.fx_bits
55
55
)
56
+
57
+ add_entrypoint_object (
58
+ countls${suffix}
59
+ HDRS
60
+ countls${suffix}.h
61
+ SRCS
62
+ countls${suffix}.cpp
63
+ COMPILE_OPTIONS
64
+ ${libc_opt_high_flag}
65
+ DEPENDS
66
+ libc.src.__support.fixed_point.fx_bits
67
+ )
56
68
endforeach ()
57
69
58
70
add_entrypoint_object (
@@ -104,19 +116,3 @@ add_entrypoint_object(
104
116
libc.src.__support.fixed_point.fx_rep
105
117
libc.src.__support.CPP.bit
106
118
)
107
-
108
-
109
- foreach (suffix IN ITEMS hr r lr hk k lk uhr ur ulr uhk uk ulk )
110
- add_entrypoint_object (
111
- countls${suffix}
112
- HDRS
113
- countls${suffix}.h
114
- SRCS
115
- countls${suffix}.cpp
116
- COMPILE_OPTIONS
117
- ${libc_opt_high_flag}
118
- DEPENDS
119
- libc.src.__support.fixed_point.fx_bits
120
- )
121
-
122
- endforeach ()
You can’t perform that action at this time.
0 commit comments