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 --- nds/CMakeLists.txt | 1 + nds/messages/CMakeLists.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 nds/CMakeLists.txt create mode 100644 nds/messages/CMakeLists.txt (limited to 'nds') diff --git a/nds/CMakeLists.txt b/nds/CMakeLists.txt new file mode 100644 index 0000000..36f93f7 --- /dev/null +++ b/nds/CMakeLists.txt @@ -0,0 +1 @@ +tde_conditional_add_subdirectory( BUILD_MESSAGES messages ) diff --git a/nds/messages/CMakeLists.txt b/nds/messages/CMakeLists.txt new file mode 100644 index 0000000..40b8bc7 --- /dev/null +++ b/nds/messages/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_translation( LANG nds ) -- cgit v1.2.1