summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorUmang Jain <umang.jain@ideasonboard.com>2021-05-10 17:27:04 +0530
committerUmang Jain <umang.jain@ideasonboard.com>2021-06-28 14:12:06 +0530
commit2ed7faa7cb7e7b164a75bc249fa24bde1006db38 (patch)
treef759b4a3ce93a229968c98c5f54c477b7f46ec52 /meson.build
parent249b42db7cd39d7ec20094242cd7a8c41ea3b442 (diff)
aiq: Provide managed AIQ Results structures
The AIQ results structures returned from the AIQ library has many complex and deeply nested data structures which must be copied out. This class handles the correct initialisation of a full set of AIQ results, along with the allocations required, and the ability to copy data into those structures correctly. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5be3a94..ae51789 100644
--- a/meson.build
+++ b/meson.build
@@ -92,6 +92,7 @@ ipu3_ipa_deps = [
ia_imaging_dep,
]
+subdir('aiq')
subdir('data')
subdir('src')