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.
swift-serialize-diagnostics
1 parent f78a87a commit aa229c2Copy full SHA for aa229c2
localization/CMakeLists.txt
@@ -4,7 +4,7 @@ add_custom_command(TARGET diagnostic-database
4
COMMAND
5
${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/diagnostics/ ${CMAKE_BINARY_DIR}/share/swift/diagnostics/
6
7
- swift-serialize-diagnostics
+ $<TARGET_FILE:swift-serialize-diagnostics>
8
--input-file-path ${CMAKE_BINARY_DIR}/share/swift/diagnostics/en.yaml
9
--output-directory ${CMAKE_BINARY_DIR}/share/swift/diagnostics/
10
)
0 commit comments