[DEV] update to future lutin 2.0 and update to new ejson

This commit is contained in:
2016-09-07 22:05:42 +02:00
parent 94e2bbabe3
commit 7e104a1f72
5 changed files with 29 additions and 29 deletions

View File

@@ -31,7 +31,7 @@ def create(target, module_name):
my_module.add_src_file([
'orchestra-in.cpp'
])
my_module.add_module_depend(['audio-orchestra', 'test-debug'])
my_module.add_depend(['audio-orchestra', 'test-debug'])
return my_module

View File

@@ -31,7 +31,7 @@ def create(target, module_name):
my_module.add_src_file([
'orchestra-list.cpp'
])
my_module.add_module_depend(['audio-orchestra', 'test-debug'])
my_module.add_depend(['audio-orchestra', 'test-debug'])
return my_module

View File

@@ -31,7 +31,7 @@ def create(target, module_name):
my_module.add_src_file([
'orchestra-out.cpp'
])
my_module.add_module_depend(['audio-orchestra', 'test-debug'])
my_module.add_depend(['audio-orchestra', 'test-debug'])
return my_module