Skip to content

Commit 77b422c

Browse files
committed
Depend SwiftParserDiagnostics on SwiftParser in CMake build
The dependency declaration was missing from CMakeLists.txt
1 parent 48e3c55 commit 77b422c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftParserDiagnostics/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ add_library(SwiftParserDiagnostics STATIC
1717

1818
target_link_libraries(SwiftParserDiagnostics PUBLIC
1919
SwiftBasicFormat
20+
SwiftParser
2021
SwiftSyntax
2122
SwiftDiagnostics)
2223

0 commit comments

Comments
 (0)