mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
'swiftMacros' is confusing with 'SwiftMacros' which is the standard libary macro plugin. rdar://137448282
17 lines
387 B
CMake
17 lines
387 B
CMake
add_pure_swift_host_library(swiftMacroEvaluation STATIC CXX_INTEROP
|
|
Macros.swift
|
|
PluginHost.swift
|
|
SourceManager.swift
|
|
|
|
DEPENDENCIES
|
|
swiftAST
|
|
SWIFT_DEPENDENCIES
|
|
_CompilerSwiftCompilerPluginMessageHandling
|
|
_CompilerSwiftDiagnostics
|
|
_CompilerSwiftOperators
|
|
_CompilerSwiftParser
|
|
_CompilerSwiftSyntax
|
|
_CompilerSwiftSyntaxMacroExpansion
|
|
swiftASTGen
|
|
)
|