Skip to content

Commit f75d91a

Browse files
committed
Add SPI imports for SwiftCorelibsFoundation usage of Decimal
Also adds some tests for the exported functionality that SCL-F uses.
1 parent 9109dde commit f75d91a

File tree

10 files changed

+751
-16
lines changed

10 files changed

+751
-16
lines changed

Sources/FoundationEssentials/Decimal/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
target_sources(FoundationEssentials PRIVATE
1515
Decimal.swift
1616
Decimal+Conformances.swift
17-
Decimal+Math.swift)
17+
Decimal+Math.swift
18+
Decimal+Compatibility.swift)

0 commit comments

Comments
 (0)