Skip to content

Commit e35e82e

Browse files
committed
Add more missing dependencies
1 parent 2fb4c1d commit e35e82e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/ASTGen/CMakeLists.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ if (SWIFT_SWIFT_PARSER)
4747
target_include_directories(swiftASTGen PUBLIC
4848
"${SWIFT_PATH_TO_EARLYSWIFTSYNTAX_BUILD_DIR}/swift")
4949

50-
add_dependencies(swiftASTGen swiftAST)
50+
add_dependencies(swiftASTGen
51+
SwiftSyntax::SwiftBasicFormat
52+
SwiftSyntax::SwiftParser
53+
SwiftSyntax::SwiftDiagnostics
54+
SwiftSyntax::SwiftSyntax
55+
SwiftSyntax::SwiftOperators
56+
SwiftSyntax::SwiftCompilerSupport
57+
swiftAST
58+
)
5159

5260
set_property(GLOBAL APPEND PROPERTY SWIFT_EXPORTS swiftASTGen)
5361
endif()

0 commit comments

Comments
 (0)