Skip to content

Commit a5cf19c

Browse files
committed
wip: Windows build support
1 parent f9303db commit a5cf19c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Runtimes/Core/core/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@ add_library(swiftCore
210210
UTF8.swift
211211
UTF16.swift
212212
UTF32.swift
213+
UTF8Span.swift
214+
UTF8SpanBits.swift
215+
UTF8SpanComparisons.swift
216+
UTF8SpanFundamentals.swift
217+
UTF8SpanInternalHelpers.swift
218+
UTF8SpanIterators.swift
219+
UTF8EncodingError.swift
213220
Unicode.swift # ORDER DEPENDENCY: must follow new unicode support
214221
StringGraphemeBreaking.swift # ORDER DEPENDENCY: Must follow UTF16.swift
215222
ValidUTF8Buffer.swift

0 commit comments

Comments
 (0)