efl/src/bin/ecore_buffer/meson.build

7 lines
192 B
Meson

executable('bqmgr',
['bq_mgr_protocol.c', 'bq_mgr.c'],
dependencies: [ecore, ecore_buffer, ecore_buffer_deps],
install: true,
install_dir: join_paths(dir_lib, 'ecore_buffer', 'bin')
)