Skip to content

Commit c5a3504

Browse files
Merge pull request #164 from compnerd/update
build: update file lists for `RealModule` and `_TestSupport`
2 parents ae364a2 + 00c6183 commit c5a3504

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Sources/RealModule/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ See https://swift.org/LICENSE.txt for license information
1010
add_library(RealModule
1111
AlgebraicField.swift
1212
ApproximateEquality.swift
13+
AugmentedArithmetic.swift
1314
Double+Real.swift
1415
ElementaryFunctions.swift
1516
Float+Real.swift

Sources/_TestSupport/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ See https://swift.org/LICENSE.txt for license information
88
#]]
99

1010
add_library(_TestSupport
11+
Error.swift
12+
Interval.swift
1113
RealTestSupport.swift)
1214
set_target_properties(_TestSupport PROPERTIES
1315
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})

0 commit comments

Comments
 (0)