From 20cda3a85e6290422fd62234a2c612f7b8e324e9 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Thu, 25 Feb 2016 09:12:54 +0300 Subject: Initial cmake convertion --- ru/CMakeLists.txt | 2 ++ ru/doc/CMakeLists.txt | 6 ++++++ ru/messages/CMakeLists.txt | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 ru/CMakeLists.txt create mode 100644 ru/doc/CMakeLists.txt create mode 100644 ru/messages/CMakeLists.txt (limited to 'ru') diff --git a/ru/CMakeLists.txt b/ru/CMakeLists.txt new file mode 100644 index 0000000..a435eb9 --- /dev/null +++ b/ru/CMakeLists.txt @@ -0,0 +1,2 @@ +tde_conditional_add_subdirectory( BUILD_MESSAGES messages ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) diff --git a/ru/doc/CMakeLists.txt b/ru/doc/CMakeLists.txt new file mode 100644 index 0000000..e9c0d23 --- /dev/null +++ b/ru/doc/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION k3b + LANG ru +) diff --git a/ru/messages/CMakeLists.txt b/ru/messages/CMakeLists.txt new file mode 100644 index 0000000..67183e3 --- /dev/null +++ b/ru/messages/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_translation( LANG ru ) -- cgit v1.2.1