mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix depend for gettext processing
This commit is contained in:
parent
8d19d8ce79
commit
c630b94873
@ -106,7 +106,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 ${sources}
|
||||
DEPENDS planetblupi ${sources}
|
||||
COMMENT "Extract translatable messages to ${_potFile}"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user