encfs/po/CMakeLists.txt

5 lines
113 B
CMake
Raw Normal View History

2016-09-05 21:09:30 +02:00
find_package (Gettext REQUIRED)
file (GLOB POFILES *.po)
GETTEXT_CREATE_TRANSLATIONS (encfs.pot ALL ${POFILES})