mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 07:19:45 +03:00
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>
This commit is contained in:
parent
a66fe04c19
commit
df77f99386
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
public_api = [
|
public_api = [
|
||||||
'libcamera.h',
|
'libcamera.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
install_headers(public_api,
|
install_headers(public_api,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
sources = ['main.cpp']
|
sources = ['main.cpp']
|
||||||
|
|
||||||
libcamera = shared_library('camera',
|
libcamera = shared_library('camera',
|
||||||
sources,
|
sources,
|
||||||
install : true,
|
install : true,
|
||||||
include_directories : inc)
|
include_directories : inc)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
test_init = executable('test_init', 'init.cpp',
|
test_init = executable('test_init', 'init.cpp',
|
||||||
link_with : libcamera,
|
link_with : libcamera,
|
||||||
include_directories : inc)
|
include_directories : inc)
|
||||||
|
|
||||||
test('Initialisation test', test_init)
|
test('Initialisation test', test_init)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue