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.
2 parents 003ca97 + aa229c2 commit 20e25e4Copy full SHA for 20e25e4
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