We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6f7e1 commit 183a7c6Copy full SHA for 183a7c6
lib/Frontend/CMakeLists.txt
@@ -5,7 +5,9 @@ add_swift_library(swiftFrontend STATIC
5
FrontendOptions.cpp
6
PrintingDiagnosticConsumer.cpp
7
SerializedDiagnosticConsumer.cpp
8
- DEPENDS SwiftOptions
+ DEPENDS
9
+ SwiftOptions
10
+ swift-syntax-generated-headers
11
LINK_LIBRARIES
12
swiftSIL
13
swiftMigrator
lib/Migrator/CMakeLists.txt
@@ -44,6 +44,8 @@ add_swift_library(swiftMigrator STATIC
44
RewriteBufferEditsReceiver.cpp
45
TupleSplatMigratorPass.cpp
46
TypeOfMigratorPass.cpp
47
48
49
LINK_LIBRARIES swiftSyntax swiftIDE)
50
51
add_dependencies(swiftMigrator
0 commit comments