From d4dfa684941a21314b70593d01b0fc2167eebad4 Mon Sep 17 00:00:00 2001 From: David Beck Date: Wed, 24 Oct 2018 17:09:46 +0100 Subject: IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackend Change-Id: Ice19d3f763298bc14585267df389e99df846320d --- src/backends/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/backends/CMakeLists.txt') diff --git a/src/backends/CMakeLists.txt b/src/backends/CMakeLists.txt index 045bd2ac27..843e567201 100644 --- a/src/backends/CMakeLists.txt +++ b/src/backends/CMakeLists.txt @@ -4,11 +4,14 @@ # list(APPEND armnnBackendsCommon_sources + BackendContextRegistry.cpp + BackendContextRegistry.hpp BackendRegistry.cpp BackendRegistry.hpp CpuTensorHandle.cpp CpuTensorHandleFwd.hpp CpuTensorHandle.hpp + IBackendContext.hpp IBackendInternal.hpp ILayerSupport.cpp ITensorHandle.hpp -- cgit v1.2.1