mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 05:25:04 +08:00
[tools] add more c++ src file type
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user