mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* Generate libSyntax API This patch removes the hand-rolled libSyntax API and replaces it with an API that's entirely automatically generated. This means the API is guaranteed to be internally stylistically and functionally consistent.
12 lines
252 B
CMake
12 lines
252 B
CMake
set(SWIFT_GYB_FLAGS
|
|
--line-directive "''")
|
|
|
|
set(generated_include_sources
|
|
SyntaxKind.h.gyb
|
|
SyntaxNodes.h.gyb
|
|
SyntaxBuilders.h.gyb
|
|
SyntaxFactory.h.gyb)
|
|
|
|
add_gyb_target(swift-syntax-generated-headers
|
|
"${generated_include_sources}")
|