mirror of
https://github.com/vgough/encfs.git
synced 2024-11-25 01:13:12 +01:00
5 lines
113 B
CMake
5 lines
113 B
CMake
find_package (Gettext REQUIRED)
|
|
|
|
file (GLOB POFILES *.po)
|
|
GETTEXT_CREATE_TRANSLATIONS (encfs.pot ALL ${POFILES})
|