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 c1f8186 commit 4c2d55dCopy full SHA for 4c2d55d
tools/CMakeLists.txt
@@ -1,3 +1,6 @@
1
+# Add generated libSyntax headers to global dependencies.
2
+list(APPEND LLVM_COMMON_DEPENDS swift-syntax-generated-headers)
3
+
4
add_swift_tool_subdirectory(driver)
5
add_swift_tool_subdirectory(sil-opt)
6
add_swift_tool_subdirectory(swift-ide-test)
0 commit comments