Skip to content

Commit 066ded2

Browse files
committed
Fix CMake target dependencies
1 parent d4859d2 commit 066ded2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

libc/src/__support/FPUtil/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,13 @@ add_header_library(
9292
HDRS
9393
except_value_utils.h
9494
DEPENDS
95+
.cast
9596
.fp_bits
9697
.fenv_impl
9798
.rounding_mode
9899
libc.src.__support.CPP.optional
99100
libc.src.__support.macros.optimization
101+
libc.src.__support.macros.properties.cpu_features
100102
libc.src.__support.macros.properties.types
101103
)
102104

libc/src/__support/FPUtil/generic/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ add_header_library(
6868
libc.src.__support.FPUtil.fp_bits
6969
libc.src.__support.FPUtil.rounding_mode
7070
libc.src.__support.macros.attributes
71+
libc.src.__support.macros.optimization
7172
)
7273

7374
add_header_library(

0 commit comments

Comments
 (0)