[DEV] update to future lutin 2.0
This commit is contained in:
parent
4ed5d9a905
commit
80f8d2d7d2
@ -35,7 +35,7 @@ def create(target, module_name):
|
||||
'test/channelOrder.cpp',
|
||||
'test/equalizer.cpp'
|
||||
])
|
||||
my_module.add_module_depend(['audio-drain', 'gtest', 'etk', 'test-debug'])
|
||||
my_module.add_depend(['audio-drain', 'gtest', 'etk', 'test-debug'])
|
||||
return my_module
|
||||
|
||||
|
||||
|
@ -68,8 +68,8 @@ def create(target, module_name):
|
||||
])
|
||||
|
||||
# TODO: my_module.add_optional_module_depend('speexdsp', "HAVE_SPEEX_DSP_RESAMPLE")
|
||||
my_module.compile_flags('c++', "-DHAVE_SPEEX_DSP_RESAMPLE")
|
||||
my_module.add_module_depend(['etk', 'audio', 'ejson', 'speex-dsp', 'audio-algo-drain'])
|
||||
my_module.add_flag('c++', "-DHAVE_SPEEX_DSP_RESAMPLE")
|
||||
my_module.add_depend(['etk', 'audio', 'ejson', 'speex-dsp', 'audio-algo-drain'])
|
||||
my_module.add_path(tools.get_current_path(__file__))
|
||||
return my_module
|
||||
|
||||
|
@ -32,8 +32,8 @@ def create(target, module_name):
|
||||
'appl/Windows.cpp',
|
||||
'appl/widget/DisplayFrequency.cpp',
|
||||
])
|
||||
my_module.add_module_depend(['ewol', 'audio-drain', 'audio-river'])
|
||||
my_module.compile_flags('c++', [
|
||||
my_module.add_depend(['ewol', 'audio-drain', 'audio-river'])
|
||||
my_module.add_flag('c++', [
|
||||
"-DPROJECT_NAME=\"\\\""+my_module.name+"\\\"\""
|
||||
])
|
||||
my_module.add_path(tools.get_current_path(__file__))
|
||||
|
@ -32,8 +32,8 @@ def create(target, module_name):
|
||||
'appl/Windows.cpp',
|
||||
'appl/widget/DisplayFrequency.cpp',
|
||||
])
|
||||
my_module.add_module_depend(['ewol', 'audio-drain', 'audio-river'])
|
||||
my_module.compile_flags('c++', [
|
||||
my_module.add_depend(['ewol', 'audio-drain', 'audio-river'])
|
||||
my_module.add_flag('c++', [
|
||||
"-DPROJECT_NAME=\"\\\""+my_module.name+"\\\"\""
|
||||
])
|
||||
my_module.add_path(tools.get_current_path(__file__))
|
||||
|
Loading…
x
Reference in New Issue
Block a user