[DEV/API] change .h in .hpp
This commit is contained in:
parent
583c2a3525
commit
6adfb1a436
@ -15,7 +15,7 @@ def create(target, module_name):
|
||||
"doc"
|
||||
])
|
||||
my_module.add_file_patterns([
|
||||
'*.h',
|
||||
'*.hpp',
|
||||
'*.md',
|
||||
])
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#include <ethread/tools.h>
|
||||
#include <ethread/tools.hpp>
|
||||
#include <mutex>
|
||||
#include <map>
|
||||
|
||||
|
@ -33,7 +33,7 @@ def create(target, module_name):
|
||||
])
|
||||
|
||||
my_module.add_header_file([
|
||||
'ethread/tools.h',
|
||||
'ethread/tools.hpp',
|
||||
])
|
||||
|
||||
# build in C++ mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user