[DEBUG] correct .hpp port + clean libC include
This commit is contained in:
parent
904f76b9b7
commit
fdbd8440e5
@ -5,7 +5,7 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <etk/types.hp>
|
||||
#include <etk/types.hpp>
|
||||
|
||||
/**
|
||||
* @brief Basic Algue library namespace
|
||||
|
@ -22,10 +22,10 @@ def create(target, module_name):
|
||||
'*operator<<*',
|
||||
])
|
||||
my_module.add_exclude_file([
|
||||
'debug.h',
|
||||
'debug.hpp',
|
||||
])
|
||||
my_module.add_file_patterns([
|
||||
'*.h',
|
||||
'*.hpp',
|
||||
'*.md',
|
||||
])
|
||||
my_module.add_module_define([
|
||||
|
Loading…
x
Reference in New Issue
Block a user