summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-10-09 12:23:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-10-09 12:23:33 +0900
commit35d01987874772b6d83189d302186b881dbf2e30 (patch)
tree1e83832d62fb901b339969f1a6ae0638f75ca1a3
parent0459cbaf3eaf2b123a07d125623db0fc82baa6aa (diff)
downloadtde-cmake-35d01987.tar.gz
tde-cmake-35d01987.zip
Added search for additional files to tde_l10n_create_template.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--modules/TDEL10n.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/TDEL10n.cmake b/modules/TDEL10n.cmake
index 6a51dad..d3add6b 100644
--- a/modules/TDEL10n.cmake
+++ b/modules/TDEL10n.cmake
@@ -337,7 +337,11 @@ macro( tde_l10n_create_template )
${_dir}/*.c
${_dir}/*.cc
${_dir}/*.cpp
+ ${_dir}/*.cxx
${_dir}/*.h
+ ${_dir}/*.hh
+ ${_dir}/*.hpp
+ ${_dir}/*.hxx
${_dir}/*.kcfg
${_dir}/*.rc
${_dir}/*.ui