CelestiaContent/po/CMakeLists.txt

7 lines
157 B
CMake

if((NOT ENABLE_NLS) OR (NOT GETTEXT_FOUND))
return()
endif()
file(GLOB PO_FILES "*.po")
gettext_create_translations2("celestia-data.pot" ALL ${PO_FILES})