From 7109a229726b1966f75310cee5873def4accc771 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 5 Aug 2020 10:28:19 -0700 Subject: [PATCH] build: add new source file to `RealModule` `Float16+Real.swift` was added to the source tree, update the build rules. --- Sources/RealModule/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/RealModule/CMakeLists.txt b/Sources/RealModule/CMakeLists.txt index bbb25704..05d345d1 100644 --- a/Sources/RealModule/CMakeLists.txt +++ b/Sources/RealModule/CMakeLists.txt @@ -13,6 +13,7 @@ add_library(RealModule Double+Real.swift ElementaryFunctions.swift Float+Real.swift + Float16+Real.swift Float80+Real.swift Real.swift RealFunctions.swift)