Files
swift-mirror/include/swift/Syntax/CMakeLists.txt
Harlan a5098e6b69 Generate libSyntax API (#10926)
* 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.
2017-07-25 18:19:58 -07:00

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}")