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