mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Move 'PluginProvider' logic to 'SwiftLibraryPluginProvider' module so the compiler can reuse that logic for the actual in-process plugins.
11 lines
279 B
CMake
11 lines
279 B
CMake
if (SWIFT_BUILD_SWIFT_SYNTAX)
|
|
add_pure_swift_host_tool(swift-plugin-server
|
|
Sources/swift-plugin-server/swift-plugin-server.swift
|
|
SWIFT_COMPONENT
|
|
compiler
|
|
SWIFT_DEPENDENCIES
|
|
SwiftCompilerPluginMessageHandling
|
|
SwiftLibraryPluginProvider
|
|
)
|
|
endif()
|