1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix depends on pot file

This commit is contained in:
Mathieu Schroeter 2017-02-18 12:17:58 +01:00
parent 5a17637e9f
commit 6227689419

View File

@ -88,7 +88,7 @@ set (_potFile ${CMAKE_CURRENT_SOURCE_DIR}/resources/po/${PROJECT_NAME}.pot)
add_custom_command (OUTPUT ${_potFile}
COMMAND xgettext --keyword=translate -o ${_potFile} ${sources}
DEPENDS ${_src_list}
DEPENDS ${sources}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Extract translatable messages to ${_potFile}"
)