[DEV] update to future lutin 2.0

This commit is contained in:
Edouard DUPIN 2016-09-07 22:05:42 +02:00
parent 7cea398ff7
commit 9c9f9e8168
2 changed files with 2 additions and 2 deletions

View File

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

View File

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