diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2016-02-25 09:12:54 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-13 12:33:13 +0100 |
commit | 20cda3a85e6290422fd62234a2c612f7b8e324e9 (patch) | |
tree | 92f6860d3e743ef94939b28c60ecd34cf2cec491 /pl | |
parent | c0749a9e5cbf74d93f7b8966ed355e123a68f35f (diff) | |
download | k3b-i18n-20cda3a85e6290422fd62234a2c612f7b8e324e9.tar.gz k3b-i18n-20cda3a85e6290422fd62234a2c612f7b8e324e9.zip |
Initial cmake convertion
Diffstat (limited to 'pl')
-rw-r--r-- | pl/CMakeLists.txt | 2 | ||||
-rw-r--r-- | pl/doc/CMakeLists.txt | 6 | ||||
-rw-r--r-- | pl/messages/CMakeLists.txt | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/pl/CMakeLists.txt b/pl/CMakeLists.txt new file mode 100644 index 0000000..a435eb9 --- /dev/null +++ b/pl/CMakeLists.txt @@ -0,0 +1,2 @@ +tde_conditional_add_subdirectory( BUILD_MESSAGES messages ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) diff --git a/pl/doc/CMakeLists.txt b/pl/doc/CMakeLists.txt new file mode 100644 index 0000000..8a05c4e --- /dev/null +++ b/pl/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 pl +) diff --git a/pl/messages/CMakeLists.txt b/pl/messages/CMakeLists.txt new file mode 100644 index 0000000..509a4b3 --- /dev/null +++ b/pl/messages/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_translation( LANG pl ) |