From 6410d1d37c1ea9d1d168840a7ba063facb0bc9d6 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 25 Jun 2021 00:09:15 +0100 Subject: libcamera/base: Move class helpers to the base library Move the class support infrastructure to the base library. Reviewed-by: Paul Elder Reviewed-by: Hirokazu Honda Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- include/libcamera/base/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libcamera/base/meson.build') diff --git a/include/libcamera/base/meson.build b/include/libcamera/base/meson.build index 9f0ba6b0..2db756c5 100644 --- a/include/libcamera/base/meson.build +++ b/include/libcamera/base/meson.build @@ -3,6 +3,7 @@ libcamera_base_include_dir = libcamera_include_dir / 'base' libcamera_base_headers = files([ + 'class.h', 'utils.h', ]) -- cgit v1.2.1