2024-03-27 00:00:53 +00:00
|
|
|
if(NOT TRANSLATIONS_ONLY AND NOT ENABLE_WX)
|
2024-03-18 01:33:46 +00:00
|
|
|
return()
|
|
|
|
endif()
|
2018-08-11 23:18:15 +00:00
|
|
|
|
2024-03-18 01:33:46 +00:00
|
|
|
file(GLOB po_files "${CMAKE_CURRENT_SOURCE_DIR}/*.po")
|
2018-08-11 23:18:15 +00:00
|
|
|
|
2024-03-18 01:33:46 +00:00
|
|
|
gettext_create_translations(wxvbam.pot ${po_files})
|