1
0
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:
Mathieu Schroeter 2017-08-28 22:01:34 +02:00
parent d6ef32db3d
commit 17b309dc39

View File

@ -166,7 +166,7 @@ foreach (file ${_gmoFiles})
add_custom_command (OUTPUT ${_out}/planetblupi.mo
COMMAND ${CMAKE_COMMAND} -E copy ${file} ${_out}/planetblupi.mo
DEPENDS ${file}
DEPENDS translations ${file}
)
add_custom_target ("po-${_lang}" ALL ${_all}