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:
parent
5a17637e9f
commit
6227689419
@ -88,7 +88,7 @@ set (_potFile ${CMAKE_CURRENT_SOURCE_DIR}/resources/po/${PROJECT_NAME}.pot)
|
|||||||
|
|
||||||
add_custom_command (OUTPUT ${_potFile}
|
add_custom_command (OUTPUT ${_potFile}
|
||||||
COMMAND xgettext --keyword=translate -o ${_potFile} ${sources}
|
COMMAND xgettext --keyword=translate -o ${_potFile} ${sources}
|
||||||
DEPENDS ${_src_list}
|
DEPENDS ${sources}
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||||
COMMENT "Extract translatable messages to ${_potFile}"
|
COMMENT "Extract translatable messages to ${_potFile}"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user