2024-03-18 01:33:46 +00:00
|
|
|
if(NOT ENABLE_WX OR NOT ENABLE_NLS)
|
|
|
|
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})
|