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