Skip to content

Commit af5df27

Browse files
authored
Merge pull request #2409 from hamishknight/add-missing-dep
Add missing dependency for SwiftSyntaxMacroExpansion
2 parents c52ab77 + 7760e6e commit af5df27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/SwiftSyntaxMacroExpansion/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ add_swift_syntax_library(SwiftSyntaxMacroExpansion
99
)
1010

1111
target_link_swift_syntax_libraries(SwiftSyntaxMacroExpansion PUBLIC
12+
SwiftBasicFormat
13+
SwiftDiagnostics
14+
SwiftOperators
1215
SwiftSyntax
16+
SwiftSyntaxBuilder
1317
SwiftSyntaxMacros
1418
)

0 commit comments

Comments
 (0)