build: Provide initial meson infrastructure
Define the starting points for the libcamera build using meson and ninja build components. An initial 'dummy' library class is created, and a test binary links against the shared library calling it's init_lib() function. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
test_init = executable('test_init', 'init.cpp',
|
||||
link_with : libcamera,
|
||||
include_directories : inc)
|
||||
Reference in New Issue
Block a user