We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c00a0f commit 54bcb33Copy full SHA for 54bcb33
lib/ASTGen/CMakeLists.txt
@@ -1,5 +1,5 @@
1
if (SWIFT_SWIFT_PARSER)
2
- add_library(swiftASTGen
+ add_library(swiftASTGen STATIC
3
Sources/ASTGen/ASTGen.swift
4
Sources/ASTGen/Decls.swift
5
Sources/ASTGen/Exprs.swift
@@ -25,6 +25,8 @@ if (SWIFT_SWIFT_PARSER)
25
$<TARGET_OBJECTS:SwiftSyntax::SwiftSyntax>
26
$<TARGET_OBJECTS:SwiftSyntax::SwiftOperators>
27
$<TARGET_OBJECTS:SwiftSyntax::SwiftCompilerSupport>
28
+
29
+ swiftAST
30
)
31
32
target_include_directories(swiftASTGen PUBLIC
0 commit comments