mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
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>
6 lines
194 B
Meson
6 lines
194 B
Meson
sources = ['main.cpp']
|
|
|
|
libcamera = shared_library('camera',
|
|
sources,
|
|
install : true,
|
|
include_directories : inc)
|