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>
5 lines
184 B
Meson
5 lines
184 B
Meson
test_init = executable('test_init', 'init.cpp',
|
|
link_with : libcamera,
|
|
include_directories : inc)
|
|
|
|
test('Initialisation test', test_init)
|