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 /nl/doc/CMakeLists.txt | |
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 'nl/doc/CMakeLists.txt')
-rw-r--r-- | nl/doc/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nl/doc/CMakeLists.txt b/nl/doc/CMakeLists.txt new file mode 100644 index 0000000..cc52e4a --- /dev/null +++ b/nl/doc/CMakeLists.txt @@ -0,0 +1,4 @@ +tde_create_handbook( + DESTINATION gwenview + LANG nl +) |