mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 22:35:49 +00:00
add desktop files reconfiguring
fix target on cmake builds improve cmake version check logic
This commit is contained in:
@ -19,4 +19,4 @@ foreach (_current_PO_FILE ${_po_files})
|
||||
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${_lang}.gmo DESTINATION ${LOCALE_INSTALL_DIR}/${_lang}/LC_MESSAGES/ RENAME ${MO_NAME})
|
||||
list (APPEND _gmoFiles ${_gmoFile})
|
||||
endforeach (_current_PO_FILE)
|
||||
add_custom_target (pofiles ALL DEPENDS ${_gmoFiles})
|
||||
add_custom_target (aw_pofiles ALL DEPENDS ${_gmoFiles})
|
||||
|
@ -19,4 +19,4 @@ foreach (_current_PO_FILE ${_po_files})
|
||||
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${_lang}.gmo DESTINATION ${LOCALE_INSTALL_DIR}/${_lang}/LC_MESSAGES/ RENAME ${MO_NAME})
|
||||
list (APPEND _gmoFiles ${_gmoFile})
|
||||
endforeach (_current_PO_FILE)
|
||||
add_custom_target (pofiles ALL DEPENDS ${_gmoFiles})
|
||||
add_custom_target (dp_pofiles ALL DEPENDS ${_gmoFiles})
|
||||
|
Reference in New Issue
Block a user