Working on SoftISP
Find a file
Kieran Bingham 66051636c5 include: Install include files
The include directory was defined but not installed.

Add it to the meson build structure to incorporate it as part of the
library install.

To facilitate the same include paths in our internal includes, update
the structure for headers to match the install structure.

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>
2018-11-27 12:10:57 +00:00
include include: Install include files 2018-11-27 12:10:57 +00:00
lib lib: Include library in the install target 2018-11-27 12:10:26 +00:00
test include: Install include files 2018-11-27 12:10:57 +00:00
utils utils: ipu3: Add IPU3 raw capture unpack utility 2018-11-20 03:06:41 +02:00
LICENSE.md build: Provide initial meson infrastructure 2018-10-24 12:22:19 +01:00
meson.build include: Install include files 2018-11-27 12:10:57 +00:00
README.md README: Update build instructions 2018-11-26 15:52:21 +00:00

libcamera: A complex camera support library for Linux, Android, and ChromeOS

To build and install:

  meson build
  cd build
  ninja
  ninja install