From d27d6b7251bf275a11273235dd873a6d0cf74b5a Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 23 Oct 2018 14:08:03 +0200 Subject: conversion to the cmake building system Signed-off-by: gregory guy (cherry picked from commit eeefa496afbc5025420f1e1c30c1b2ca59fd4353) --- translations/ka/CMakeLists.txt | 1 + translations/ka/messages/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 translations/ka/CMakeLists.txt create mode 100644 translations/ka/messages/CMakeLists.txt (limited to 'translations/ka') diff --git a/translations/ka/CMakeLists.txt b/translations/ka/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/ka/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/ka/messages/CMakeLists.txt b/translations/ka/messages/CMakeLists.txt new file mode 100644 index 0000000..a94e633 --- /dev/null +++ b/translations/ka/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG ka ) -- cgit v1.2.1