diff options
Diffstat (limited to 'gl')
-rw-r--r-- | gl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | gl/messages/CMakeLists.txt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gl/CMakeLists.txt b/gl/CMakeLists.txt new file mode 100644 index 0000000..36f93f7 --- /dev/null +++ b/gl/CMakeLists.txt @@ -0,0 +1 @@ +tde_conditional_add_subdirectory( BUILD_MESSAGES messages ) diff --git a/gl/messages/CMakeLists.txt b/gl/messages/CMakeLists.txt new file mode 100644 index 0000000..e86c246 --- /dev/null +++ b/gl/messages/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_translation( LANG gl ) |