build: Define library private include path

Separate declaration of library internal inclusion path.
This will be used by tests, developed outside of library code, that need to
include parts of the library internal APIs and can re-use the here defined
variable.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Jacopo Mondi 2018-12-14 11:38:14 +01:00
parent c81bc473fd
commit 7dc517ca6b

View file

@ -8,9 +8,11 @@ libcamera_headers = files([
'include/utils.h',
])
libcamera_internal_includes = include_directories('include')
includes = [
libcamera_includes,
include_directories('include'),
libcamera_internal_includes,
]
libcamera = shared_library('camera',