We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae364a2 + 00c6183 commit c5a3504Copy full SHA for c5a3504
Sources/RealModule/CMakeLists.txt
@@ -10,6 +10,7 @@ See https://swift.org/LICENSE.txt for license information
10
add_library(RealModule
11
AlgebraicField.swift
12
ApproximateEquality.swift
13
+ AugmentedArithmetic.swift
14
Double+Real.swift
15
ElementaryFunctions.swift
16
Float+Real.swift
Sources/_TestSupport/CMakeLists.txt
@@ -8,6 +8,8 @@ See https://swift.org/LICENSE.txt for license information
8
#]]
9
add_library(_TestSupport
+ Error.swift
+ Interval.swift
RealTestSupport.swift)
set_target_properties(_TestSupport PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
0 commit comments