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