|
|
|
@ -27,7 +27,7 @@ def build(ctx):
|
|
|
|
|
ctx.cpp_flatbuffer('graph_mutation.fbs')
|
|
|
|
|
|
|
|
|
|
ctx.shlib(
|
|
|
|
|
target='noisicaa-engine-core',
|
|
|
|
|
target='noisicaa-engine',
|
|
|
|
|
source=[
|
|
|
|
|
'engine_impl.cpp',
|
|
|
|
|
'buffers.cpp',
|
|
|
|
@ -49,16 +49,11 @@ def build(ctx):
|
|
|
|
|
'AVUTIL',
|
|
|
|
|
'FLATBUFFERS',
|
|
|
|
|
'noisicaa-core',
|
|
|
|
|
'noisicaa-node_lib'
|
|
|
|
|
],
|
|
|
|
|
vnum='1',
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
ctx.shlib(
|
|
|
|
|
target='noisicaa-engine',
|
|
|
|
|
features='cxx cxxshlib',
|
|
|
|
|
use=['noisicaa-engine-core', 'noisicaa-node_lib'],
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
ctx.py_module('__init__.py')
|
|
|
|
|
ctx.py_flatbuffer('engine_notification.fbs')
|
|
|
|
|
ctx.py_flatbuffer('backend_settings.fbs')
|
|
|
|
|