efl/src/bin/ecore_buffer/meson.build

6 lines
132 B
Meson

executable('bq_mgr',
['bq_mgr_protocol.c', 'bq_mgr.c'],
dependencies: [ecore, ecore_buffer, ecore_buffer_deps],
install : true
)