Skip to content

Commit f32884a

Browse files
author
Harlan
authored
Make swiftFrontendTool depend on Syntax headers (#11312)
1 parent d16cce3 commit f32884a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/FrontendTool/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ add_swift_library(swiftFrontendTool STATIC
33
ImportedModules.cpp
44
ReferenceDependencies.cpp
55
TBD.cpp
6-
DEPENDS SwiftOptions
6+
DEPENDS
7+
swift-syntax-generated-headers SwiftOptions
78
LINK_LIBRARIES
89
swiftIndex
910
swiftIDE

0 commit comments

Comments
 (0)