libcamera/test/meson.build
Kieran Bingham df77f99386 meson: Replace tabs for spaces
Tabs are disliked within the meson build system.
Replace indentation by spaces, in all existing locations.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2018-11-28 11:08:35 +00:00

5 lines
184 B
Meson

test_init = executable('test_init', 'init.cpp',
link_with : libcamera,
include_directories : inc)
test('Initialisation test', test_init)