Skip to content

Commit 8491f52

Browse files
authored
Merge pull request #61298 from ahoppen/ahoppen/link-swiftbasicformat
[CMake] Link the parser again SwiftBasicFormat
2 parents d0ff134 + 1f62f16 commit 8491f52

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)