diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-24 15:08:52 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-24 15:08:52 +0100 |
commit | 3b5c4c74473e99bee211d454d857fe325b4c55aa (patch) | |
tree | 980d7661e1852563bf3cc379648f3a6a933875c0 /es | |
parent | 4b5f63264ed191a01cfda1b23be47a951f69e2a5 (diff) | |
download | gwenview-i18n-3b5c4c74473e99bee211d454d857fe325b4c55aa.tar.gz gwenview-i18n-3b5c4c74473e99bee211d454d857fe325b4c55aa.zip |
Conversion to the CMake building system.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'es')
-rw-r--r-- | es/CMakeLists.txt | 1 | ||||
-rw-r--r-- | es/doc/CMakeLists.txt | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/es/CMakeLists.txt b/es/CMakeLists.txt new file mode 100644 index 0000000..ba78952 --- /dev/null +++ b/es/CMakeLists.txt @@ -0,0 +1 @@ +tde_conditional_add_subdirectory( BUILD_DOC doc ) diff --git a/es/doc/CMakeLists.txt b/es/doc/CMakeLists.txt new file mode 100644 index 0000000..8b27333 --- /dev/null +++ b/es/doc/CMakeLists.txt @@ -0,0 +1,6 @@ +###### the handbook seems incomplete - the index is missing + +# tde_create_handbook( +# DESTINATION gwenview +# LANG es +# ) |