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 2fb4c1d commit e35e82eCopy full SHA for e35e82e
lib/ASTGen/CMakeLists.txt
@@ -47,7 +47,15 @@ if (SWIFT_SWIFT_PARSER)
47
target_include_directories(swiftASTGen PUBLIC
48
"${SWIFT_PATH_TO_EARLYSWIFTSYNTAX_BUILD_DIR}/swift")
49
50
- add_dependencies(swiftASTGen swiftAST)
+ add_dependencies(swiftASTGen
51
+ SwiftSyntax::SwiftBasicFormat
52
+ SwiftSyntax::SwiftParser
53
+ SwiftSyntax::SwiftDiagnostics
54
+ SwiftSyntax::SwiftSyntax
55
+ SwiftSyntax::SwiftOperators
56
+ SwiftSyntax::SwiftCompilerSupport
57
+ swiftAST
58
+ )
59
60
set_property(GLOBAL APPEND PROPERTY SWIFT_EXPORTS swiftASTGen)
61
endif()
0 commit comments