diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2013-12-31 01:02:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-12-31 01:02:29 +0100 |
commit | 2da3d7904a207ce635caddc4fc95b2f1d19039b3 (patch) | |
tree | 290662b7f4181b17388253448372d6355527cbcd /tde-i18n-hu/docs/tdetoys | |
parent | 967ad8d9b773eb857d78c6bbc6845a3b4b3c2fe9 (diff) | |
download | tde-i18n-2da3d7904a207ce635caddc4fc95b2f1d19039b3.tar.gz tde-i18n-2da3d7904a207ce635caddc4fc95b2f1d19039b3.zip |
Initial cmake conversion
This resolves Bug 1329
Diffstat (limited to 'tde-i18n-hu/docs/tdetoys')
-rw-r--r-- | tde-i18n-hu/docs/tdetoys/CMakeLists.txt | 3 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdetoys/amor/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdetoys/kmoon/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdetoys/kodo/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdetoys/kteatime/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdetoys/kweather/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdetoys/kworldclock/CMakeLists.txt | 6 |
7 files changed, 39 insertions, 0 deletions
diff --git a/tde-i18n-hu/docs/tdetoys/CMakeLists.txt b/tde-i18n-hu/docs/tdetoys/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-hu/docs/tdetoys/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_auto_add_subdirectories( ) diff --git a/tde-i18n-hu/docs/tdetoys/amor/CMakeLists.txt b/tde-i18n-hu/docs/tdetoys/amor/CMakeLists.txt new file mode 100644 index 00000000000..fa45a144ea7 --- /dev/null +++ b/tde-i18n-hu/docs/tdetoys/amor/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION amor + LANG hu +) diff --git a/tde-i18n-hu/docs/tdetoys/kmoon/CMakeLists.txt b/tde-i18n-hu/docs/tdetoys/kmoon/CMakeLists.txt new file mode 100644 index 00000000000..e2cde5cf1be --- /dev/null +++ b/tde-i18n-hu/docs/tdetoys/kmoon/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kmoon + LANG hu +) diff --git a/tde-i18n-hu/docs/tdetoys/kodo/CMakeLists.txt b/tde-i18n-hu/docs/tdetoys/kodo/CMakeLists.txt new file mode 100644 index 00000000000..99721665aa0 --- /dev/null +++ b/tde-i18n-hu/docs/tdetoys/kodo/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kodo + LANG hu +) diff --git a/tde-i18n-hu/docs/tdetoys/kteatime/CMakeLists.txt b/tde-i18n-hu/docs/tdetoys/kteatime/CMakeLists.txt new file mode 100644 index 00000000000..80d0eec6291 --- /dev/null +++ b/tde-i18n-hu/docs/tdetoys/kteatime/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kteatime + LANG hu +) diff --git a/tde-i18n-hu/docs/tdetoys/kweather/CMakeLists.txt b/tde-i18n-hu/docs/tdetoys/kweather/CMakeLists.txt new file mode 100644 index 00000000000..e34122a3598 --- /dev/null +++ b/tde-i18n-hu/docs/tdetoys/kweather/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kweather + LANG hu +) diff --git a/tde-i18n-hu/docs/tdetoys/kworldclock/CMakeLists.txt b/tde-i18n-hu/docs/tdetoys/kworldclock/CMakeLists.txt new file mode 100644 index 00000000000..c386d2b5073 --- /dev/null +++ b/tde-i18n-hu/docs/tdetoys/kworldclock/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kworldclock + LANG hu +) |