2018-08-11 23:18:15 +00:00
|
|
|
file(GLOB po_files "${CMAKE_CURRENT_SOURCE_DIR}/*.po")
|
|
|
|
|
2011-12-03 20:29:05 +00:00
|
|
|
GETTEXT_CREATE_TRANSLATIONS(
|
2015-06-29 13:30:33 +00:00
|
|
|
wxvbam.pot
|
2018-08-11 23:18:15 +00:00
|
|
|
${po_files}
|
2011-12-03 20:29:05 +00:00
|
|
|
)
|
2018-08-11 23:18:15 +00:00
|
|
|
|
|
|
|
ADD_DEPENDENCIES(visualboyadvance-m translations)
|