aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2019-04-03 11:40:20 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2019-04-03 15:16:55 +0000
commit6afea90d8e60d04e833988d3969af1336b4b8b33 (patch)
treec2a4329424a97a070a83e1b7928848da0261bd0c
parent86cfffe928263e4a4745b996a71137006c5b5e5c (diff)
downloadComputeLibrary-6afea90d8e60d04e833988d3969af1336b4b8b33.tar.gz
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>
-rw-r--r--SConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index bf6f827b51..bfa4be8ab8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -299,6 +299,9 @@ env.Append(LINKFLAGS = env['extra_link_flags'])
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')