From 922d3cdd719e00dc2f8e3f697a922e6926b4e9bc Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 15 Mar 2019 10:58:02 +0100 Subject: conversion to the cmake building system Signed-off-by: gregory guy (cherry picked from commit 67025db14ed3496a7977682e1c5c282e630abc4e) --- po/CMakeLists.txt | 5 +++++ 1 file changed, 5 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..ad36a01 --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,5 @@ +file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) + +if( _srcs ) + tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} ) +endif( ) -- cgit v1.2.1