mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 07:19:45 +03:00
Create a subdirectory to contain the libtest helper library. Define two variables to clarify when tests are aimed at public or internal components. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7 lines
144 B
Meson
7 lines
144 B
Meson
libtest_sources = files([
|
|
'test.cpp',
|
|
])
|
|
|
|
libtest = static_library('libtest', libtest_sources)
|
|
|
|
libtest_includes = include_directories('.')
|