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