diff options
Diffstat (limited to 'it')
-rw-r--r-- | it/CMakeLists.txt | 2 | ||||
-rw-r--r-- | it/doc/CMakeLists.txt | 6 | ||||
-rw-r--r-- | it/messages/CMakeLists.txt | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/it/CMakeLists.txt b/it/CMakeLists.txt new file mode 100644 index 0000000..a435eb9 --- /dev/null +++ b/it/CMakeLists.txt @@ -0,0 +1,2 @@ +tde_conditional_add_subdirectory( BUILD_MESSAGES messages ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) diff --git a/it/doc/CMakeLists.txt b/it/doc/CMakeLists.txt new file mode 100644 index 0000000..4b01c1b --- /dev/null +++ b/it/doc/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION k3b + LANG it +) diff --git a/it/messages/CMakeLists.txt b/it/messages/CMakeLists.txt new file mode 100644 index 0000000..4342d60 --- /dev/null +++ b/it/messages/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_translation( LANG it ) |