[DEBUG] correct .hpp port + clean libC include
This commit is contained in:
parent
6adfb1a436
commit
e9cf69d2fe
@ -18,5 +18,15 @@ def create(target, module_name):
|
|||||||
'*.hpp',
|
'*.hpp',
|
||||||
'*.md',
|
'*.md',
|
||||||
])
|
])
|
||||||
|
my_module.add_exclude_symbols([
|
||||||
|
'*operator<<*',
|
||||||
|
])
|
||||||
|
my_module.add_exclude_file([
|
||||||
|
'debug.hpp',
|
||||||
|
])
|
||||||
|
my_module.add_file_patterns([
|
||||||
|
'*.hpp',
|
||||||
|
'*.md',
|
||||||
|
])
|
||||||
|
|
||||||
return my_module
|
return my_module
|
Loading…
x
Reference in New Issue
Block a user