[tools] add more c++ src file type

This commit is contained in:
liuchao
2024-12-12 10:28:42 +08:00
committed by Meco Man
parent b81d73e847
commit 827daef863
4 changed files with 4 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ def xml_indent(elem, level=0):
elem.tail = i
source_ext = ["c", "h", "s", "S", "cpp", "xpm"]
source_ext = ["c", "h", "s", "S", "cpp", "cxx", "cc", "xpm"]
source_list = []
def walk_children(child):