Files
swift-mirror/Runtimes/Core/Concurrency/none.cmake
Alastair Houghton 29da71761e [Concurrency] Fix new build script.
Looks like a new CMakelists.txt got added to the new build system while
I was working on this.
2025-03-31 17:10:24 +01:00

4 lines
92 B
CMake

target_sources(swift_Concurrency PRIVATE
ExecutorImpl.swift
PlatformExecutorNone.swift)