lib: Include library in the install target
The shared library build target does not install the library when 'ninja install' is executed. Flag it as an installable item. Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
72ca485dd4
commit
88c35c9084
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@ sources = ['main.cpp']
|
|||
|
||||
libcamera = shared_library('camera',
|
||||
sources,
|
||||
install : true,
|
||||
include_directories : inc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue