[DEV] update to future lutin 2.0

This commit is contained in:
Edouard DUPIN 2016-09-07 22:05:42 +02:00
parent 6b055f1782
commit 02c66ec75b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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