diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2016-01-23 02:03:06 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-01-23 02:03:21 +0100 |
commit | 561f5a476064264d5044ad3b0d50d61b6e79b3c6 (patch) | |
tree | e9c530f27eb8b3e7391dfa1a528a4de55978bb63 /doc | |
parent | b82854c10b6ba3ffbbcb55257a5bfcb433934066 (diff) | |
download | filelight-561f5a476064264d5044ad3b0d50d61b6e79b3c6.tar.gz filelight-561f5a476064264d5044ad3b0d50d61b6e79b3c6.zip |
Initial-cmake-conversion
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 9ffcfe47affd396c395008e4715773228ab53f63)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 3 | ||||
-rw-r--r-- | doc/da/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/es/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/et/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/filelight/CMakeLists.txt | 3 | ||||
-rw-r--r-- | doc/it/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/pt/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/ru/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/sv/CMakeLists.txt | 6 |
9 files changed, 48 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..03be086 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_auto_add_subdirectories( ) diff --git a/doc/da/CMakeLists.txt b/doc/da/CMakeLists.txt new file mode 100644 index 0000000..c1f321d --- /dev/null +++ b/doc/da/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG da +) diff --git a/doc/es/CMakeLists.txt b/doc/es/CMakeLists.txt new file mode 100644 index 0000000..a03ff0d --- /dev/null +++ b/doc/es/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG es +) diff --git a/doc/et/CMakeLists.txt b/doc/et/CMakeLists.txt new file mode 100644 index 0000000..b3b7df1 --- /dev/null +++ b/doc/et/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG et +) diff --git a/doc/filelight/CMakeLists.txt b/doc/filelight/CMakeLists.txt new file mode 100644 index 0000000..b003b84 --- /dev/null +++ b/doc/filelight/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_handbook( DESTINATION filelight ) + diff --git a/doc/it/CMakeLists.txt b/doc/it/CMakeLists.txt new file mode 100644 index 0000000..e7048bc --- /dev/null +++ b/doc/it/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG it +) diff --git a/doc/pt/CMakeLists.txt b/doc/pt/CMakeLists.txt new file mode 100644 index 0000000..de1cfbe --- /dev/null +++ b/doc/pt/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG pt +) diff --git a/doc/ru/CMakeLists.txt b/doc/ru/CMakeLists.txt new file mode 100644 index 0000000..53e1dfd --- /dev/null +++ b/doc/ru/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG ru +) diff --git a/doc/sv/CMakeLists.txt b/doc/sv/CMakeLists.txt new file mode 100644 index 0000000..4c95fb8 --- /dev/null +++ b/doc/sv/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG sv +) |