From fbb805450c1509cee2d9270bc8e04ce9165ac4bc Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 27 Mar 2018 17:15:49 +0100 Subject: COMPMID-1028: Add GLES backend Change-Id: If3172cdb6528dbc20262836174aedaef52c78bdb Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/126111 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- SConscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConscript') diff --git a/SConscript b/SConscript index cf2dd878e5..f90ee3e536 100644 --- a/SConscript +++ b/SConscript @@ -223,6 +223,8 @@ if env['gles_compute']: runtime_files += Glob('src/runtime/GLES_COMPUTE/*.cpp') runtime_files += Glob('src/runtime/GLES_COMPUTE/functions/*.cpp') + graph2_files += Glob('src/graph2/backends/GLES/*.cpp') + arm_compute_core_a = build_library('arm_compute_core-static', core_files, static=True) Export('arm_compute_core_a') -- cgit v1.2.1