Skip to content

Commit 4c2d55d

Browse files
authored
[CMake] Add swift-syntax-generated-headers to tools targets dependencies (#13383)
1 parent c1f8186 commit 4c2d55d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Add generated libSyntax headers to global dependencies.
2+
list(APPEND LLVM_COMMON_DEPENDS swift-syntax-generated-headers)
3+
14
add_swift_tool_subdirectory(driver)
25
add_swift_tool_subdirectory(sil-opt)
36
add_swift_tool_subdirectory(swift-ide-test)

0 commit comments

Comments
 (0)