mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix deps for mo deploy
This commit is contained in:
parent
d6ef32db3d
commit
17b309dc39
@ -166,7 +166,7 @@ foreach (file ${_gmoFiles})
|
|||||||
|
|
||||||
add_custom_command (OUTPUT ${_out}/planetblupi.mo
|
add_custom_command (OUTPUT ${_out}/planetblupi.mo
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy ${file} ${_out}/planetblupi.mo
|
COMMAND ${CMAKE_COMMAND} -E copy ${file} ${_out}/planetblupi.mo
|
||||||
DEPENDS ${file}
|
DEPENDS translations ${file}
|
||||||
)
|
)
|
||||||
|
|
||||||
add_custom_target ("po-${_lang}" ALL ${_all}
|
add_custom_target ("po-${_lang}" ALL ${_all}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user