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 7271fd0 commit d74cad6Copy full SHA for d74cad6
localization/CMakeLists.txt
@@ -19,4 +19,7 @@ add_dependencies(diagnostic-database swift-def-to-yaml-converter)
19
swift_install_in_component(
20
DIRECTORY ${CMAKE_BINARY_DIR}/share/swift/diagnostics/
21
DESTINATION "share/swift/diagnostics"
22
- COMPONENT compiler)
+ COMPONENT compiler
23
+ PATTERN "*.db"
24
+ PATTERN "*.yaml"
25
+)
0 commit comments