celestia/po/CMakeLists.txt

7 lines
152 B
CMake
Raw Normal View History

2018-11-28 14:42:00 -07:00
if((NOT ENABLE_NLS) OR (NOT GETTEXT_FOUND))
return()
endif()
file(GLOB PO_FILES "*.po")
gettext_create_translations2("celestia.pot" ALL ${PO_FILES})