diff options
Diffstat (limited to 'libc/include/llvm-libc-macros/CMakeLists.txt')
| -rw-r--r-- | libc/include/llvm-libc-macros/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/include/llvm-libc-macros/CMakeLists.txt b/libc/include/llvm-libc-macros/CMakeLists.txt index 7aa549ddc75d..f71540313f0b 100644 --- a/libc/include/llvm-libc-macros/CMakeLists.txt +++ b/libc/include/llvm-libc-macros/CMakeLists.txt @@ -62,9 +62,24 @@ add_macro_header( ) add_macro_header( + cfloat128_macros + HDR + cfloat128-macros.h +) + +add_macro_header( + cfloat16_macros + HDR + cfloat16-macros.h +) + +add_macro_header( complex_macros HDR complex-macros.h + DEPENDS + .cfloat128_macros + .cfloat16_macros ) add_macro_header( |
