Skip to content

Commit 1f1216b

Browse files
committed
_AsyncFileSystem: add missing file in the CMake build
This adds a missing file to the target. This was detected by attempting to claw back some of the time in CI and re-use the existing build artifacts.
1 parent 3883eed commit 1f1216b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/_AsyncFileSystem/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ add_library(_AsyncFileSystem
1212
MockFileSystem.swift
1313
OpenReadableFile.swift
1414
OpenWritableFile.swift
15+
OSFileSystem.swift
1516
ReadableFileStream.swift
1617
WritableStream.swift
1718
)

0 commit comments

Comments
 (0)