[DEV] update to future lutin 2.0 and update to new ejson
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user