From eeefa496afbc5025420f1e1c30c1b2ca59fd4353 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 --- translations/es/CMakeLists.txt | 1 + translations/es/messages/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 translations/es/CMakeLists.txt create mode 100644 translations/es/messages/CMakeLists.txt (limited to 'translations/es') diff --git a/translations/es/CMakeLists.txt b/translations/es/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/es/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/es/messages/CMakeLists.txt b/translations/es/messages/CMakeLists.txt new file mode 100644 index 0000000..041b7a3 --- /dev/null +++ b/translations/es/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG es ) -- cgit v1.2.1