Skip to content

Commit 1f62f16

Browse files
committed
[CMake] Link the parser again SwiftBasicFormat
1 parent 4ee32b5 commit 1f62f16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Parse/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ if (SWIFT_SWIFT_PARSER)
4848
# )
4949
target_link_libraries(swiftParse
5050
PRIVATE
51+
$<TARGET_OBJECTS:SwiftSyntax::SwiftBasicFormat>
5152
$<TARGET_OBJECTS:SwiftSyntax::SwiftParser>
5253
$<TARGET_OBJECTS:SwiftSyntax::SwiftDiagnostics>
5354
$<TARGET_OBJECTS:SwiftSyntax::SwiftSyntax>

0 commit comments

Comments
 (0)