diff options
Diffstat (limited to 'po')
| -rw-r--r-- | po/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 00000000..1d16d29b --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,6 @@ +message("Configuring langs") +include(Gettext) + +#find_package(LibArchive REQUIRED) + +GETTEXT_CREATE_TRANSLATIONS(pcsxr.pot ALL es fr hu it ko_KR pt_BR ru zh_CN zh_TW) |
