From 7a1e4f18468d0f25407b6ea9f7986cf2a4620f54 Mon Sep 17 00:00:00 2001 From: Siva Chandra Reddy Date: Fri, 18 Jun 2021 07:23:15 +0000 Subject: [PATCH] [libc][Obvious] Add the new header file PlatformDefs.h to the fputil target. --- libc/utils/FPUtil/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/utils/FPUtil/CMakeLists.txt b/libc/utils/FPUtil/CMakeLists.txt index 75fa89d36b1d..b1cbb3a14ea0 100644 --- a/libc/utils/FPUtil/CMakeLists.txt +++ b/libc/utils/FPUtil/CMakeLists.txt @@ -27,6 +27,7 @@ add_header_library( ManipulationFunctions.h NearestIntegerOperations.h NormalFloat.h + PlatformDefs.h PolyEval.h DEPENDS libc.include.math