aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-10-03 13:09:28 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-10 16:16:58 +0100
commite97c6e0b88fd0a17991c1be5fc66e466e29e5b8d (patch)
tree6d694c581ee9145c6a777459345cf4c65b8377b3 /CMakeLists.txt
parent539b44dbd620c9f793f84933c1bcc51ce3ff085e (diff)
downloadarmnn-e97c6e0b88fd0a17991c1be5fc66e466e29e5b8d.tar.gz
IVGCVSW-1642 : adding IBackendInternal interface
Change-Id: Icd55fed8381af319f11b4cd977cf03103cdf1bd9
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 39d83c22bb..56b0935654 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -150,6 +150,7 @@ list(APPEND armnn_sources
include/armnn/Descriptors.hpp
include/armnn/DescriptorsFwd.hpp
include/armnn/IRuntime.hpp
+ include/armnn/ILayerSupport.hpp
include/armnn/INetwork.hpp
include/armnn/Tensor.hpp
include/armnn/TensorFwd.hpp