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