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:
parent
c81bc473fd
commit
7dc517ca6b
1 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue