[DEV] update to future lutin 2.0
This commit is contained in:
parent
6b055f1782
commit
02c66ec75b
@ -30,7 +30,7 @@ def create(target, module_name):
|
|||||||
my_module.add_src_file([
|
my_module.add_src_file([
|
||||||
'test/main.cpp'
|
'test/main.cpp'
|
||||||
])
|
])
|
||||||
my_module.add_module_depend(['audio-algo-river', 'test-debug'])
|
my_module.add_depend(['audio-algo-river', 'test-debug'])
|
||||||
return my_module
|
return my_module
|
||||||
|
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ def create(target, module_name):
|
|||||||
'audio/algo/river/Nlms.h',
|
'audio/algo/river/Nlms.h',
|
||||||
'audio/algo/river/Suppressor.h'
|
'audio/algo/river/Suppressor.h'
|
||||||
])
|
])
|
||||||
my_module.add_module_depend(['etk', 'audio'])
|
my_module.add_depend(['etk', 'audio'])
|
||||||
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