find_package(Gettext)

FILE(GLOB pofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.po")
FILE(GLOB mofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.mo")

gettext_create_translations(kflickr.pot ALL ${pofiles})

