File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1109,6 +1109,8 @@ if(SWIFT_INCLUDE_TOOLS)
1109
1109
add_subdirectory (tools )
1110
1110
endif ()
1111
1111
1112
+ add_subdirectory (localization )
1113
+
1112
1114
add_subdirectory (utils )
1113
1115
1114
1116
add_subdirectory (userdocs )
Original file line number Diff line number Diff line change
1
+ add_custom_target (diagnostic-translation-database )
2
+
3
+ add_custom_command (
4
+ TARGET diagnostic-translation-database
5
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
6
+ DEPENDS diagnostics
7
+ COMMAND "${CMAKE_COMMAND} " -E copy_directory diagnostics/ "${SWIFT_BINARY_DIR} /share/swift/diagnostics/" )
8
+
9
+ add_dependencies (swift-frontend diagnostic-translation-database )
10
+
11
+ swift_install_in_component (
12
+ DIRECTORY diagnostics
13
+ DESTINATION "share/swift"
14
+ COMPONENT compiler )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments