From 6afea90d8e60d04e833988d3969af1336b4b8b33 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Wed, 3 Apr 2019 11:40:20 +0100 Subject: COMPMID-1995: Add the whole content of include plus utils in install_dir Change-Id: Iee19b865324c47c8dd5e961859eba8a02c633732 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/941 Reviewed-by: Isabella Gottardi Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- SConstruct | 3 +++ 1 file changed, 3 insertions(+) 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') -- cgit v1.2.1