mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake build: Add targets to selectively create .gmo files
This commit is contained in:
parent
5efd59733a
commit
0678254241
@ -174,6 +174,7 @@ foreach(_gmo_base ${INSTALLED_LANGUAGES})
|
||||
DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/${_gmo}"
|
||||
)
|
||||
list(APPEND LYX_UPDATED_GMO_FILES "${LYX_DEST_PO}/${_gmo}")
|
||||
ADD_CUSTOM_TARGET(update-${_gmo_base}-gmo DEPENDS "${LYX_DEST_PO}/${_gmo}")
|
||||
endforeach()
|
||||
|
||||
set(LYX_UPDATED_PO_FILES)
|
||||
|
Loading…
Reference in New Issue
Block a user