COMPMID-1995: Add the whole content of include plus utils in install_dir

Change-Id: Iee19b865324c47c8dd5e961859eba8a02c633732
Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Reviewed-on: https://review.mlplatform.org/c/941
Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
diff --git a/SConstruct b/SConstruct
index bf6f827..bfa4be8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -299,6 +299,9 @@
 
 Default( install_include("arm_compute"))
 Default( install_include("support"))
+Default( install_include("utils"))
+for dirname in os.listdir("./include"):
+    Default( install_include("include/%s" % dirname))
 
 Export('version_at_least')