[DEV] update to future lutin 2.0
This commit is contained in:
parent
7cea398ff7
commit
9c9f9e8168
@ -41,7 +41,7 @@ def create(target, module_name):
|
|||||||
'test/test_int8_16.cpp',
|
'test/test_int8_16.cpp',
|
||||||
'test/test_int8_8.cpp'
|
'test/test_int8_8.cpp'
|
||||||
])
|
])
|
||||||
my_module.add_module_depend(['audio', 'gtest', 'test-debug'])
|
my_module.add_depend(['audio', 'gtest', 'test-debug'])
|
||||||
return my_module
|
return my_module
|
||||||
|
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ def create(target, module_name):
|
|||||||
'audio/float_t.h',
|
'audio/float_t.h',
|
||||||
'audio/double_t.h'
|
'audio/double_t.h'
|
||||||
])
|
])
|
||||||
my_module.add_module_depend(['etk'])
|
my_module.add_depend(['etk'])
|
||||||
my_module.add_path(tools.get_current_path(__file__))
|
my_module.add_path(tools.get_current_path(__file__))
|
||||||
return my_module
|
return my_module
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user