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 90374a7 commit 27f2f36Copy full SHA for 27f2f36
tools/CMakeLists.txt
@@ -11,6 +11,7 @@ endif()
11
12
# Add generated libSyntax headers to global dependencies.
13
list(APPEND LLVM_COMMON_DEPENDS swift-syntax-generated-headers)
14
+list(APPEND LLVM_COMMON_DEPENDS swift-parse-syntax-generated-headers)
15
if(SWIFT_BUILD_SOURCEKIT)
16
list(APPEND LLVM_COMMON_DEPENDS generated_sourcekit_uids)
17
endif()
0 commit comments