-
Notifications
You must be signed in to change notification settings - Fork 448
Expose SwiftCompilerPlugin to CMake consumers #2510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose SwiftCompilerPlugin to CMake consumers #2510
Conversation
Folks working on CMake-based projects who want to use macros need to use the SwiftCompilerPlugin library. Add it as an available target.
@swift-ci please test |
I don't know what this means.
|
@swift-ci please clean test Windows platform |
😒 Windows, get yourself together please.
|
@swift-ci please test Windows platform |
@swift-ci Please test Windows |
CompilerPlugin.swift | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CompilerPlugin.swift | |
) | |
CompilerPlugin.swift) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am matching the style of the project. File lists have a newline before the closing paren. See https://github.com/apple/swift-syntax/blob/main/Sources/SwiftSyntax/CMakeLists.txt, etc...
Folks working on CMake-based projects who want to use macros need to use the SwiftCompilerPlugin library. Add it as an available target.