From de29a16353e533a9bfa9414eff45bb8e7c36da32 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sun, 19 May 2019 19:22:18 +0200 Subject: conversion to the cmake building system Signed-off-by: gregory guy (cherry picked from commit 14bb845a29befcb8b11e2b55a43c58684d9acac0) --- po/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 po/CMakeLists.txt (limited to 'po/CMakeLists.txt') diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..e3b5278 --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,7 @@ +file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${PROJECT_NAME}.po ) + +foreach( _po ${po_files} ) + string( REPLACE "/" ";" _path "${_po}" ) + list( GET _path 0 _lang ) + tde_create_translation( FILES ${_po} LANG ${_lang} ) +endforeach( ) -- cgit v1.2.1