Skip to content

Commit b51b1f1

Browse files
committed
[Localization] Establish dependency between def-to-yaml converter and diagnostic-database
1 parent 7124d4a commit b51b1f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

localization/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ add_custom_command(TARGET diagnostic-database
1414

1515
add_dependencies(swift-frontend diagnostic-database)
1616
add_dependencies(diagnostic-database swift-serialize-diagnostics)
17+
add_dependencies(diagnostic-database swift-def-to-yaml-converter)
1718

1819
swift_install_in_component(
1920
DIRECTORY ${CMAKE_BINARY_DIR}/share/swift/diagnostics/

0 commit comments

Comments
 (0)