aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2019-09-11 18:08:32 +0100
committerKeith Davis Arm <keith.davis@arm.com>2019-09-12 10:51:02 +0000
commitb0b802f979a647ace8676dfdda53f06416d3700b (patch)
tree2abeb75b74c24e96de5db26e6afddf701d39e516 /CMakeLists.txt
parent39f44af5890cb6627f721ee2f8cb92a0a4c10378 (diff)
downloadarmnn-b0b802f979a647ace8676dfdda53f06416d3700b.tar.gz
IVGCVSW-3856 Add Dependency breaking interface
Change-Id: I74947e592332f0a0d239219097c98109e86ac1f2 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
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 8262970319..f8ff91efcd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -434,6 +434,7 @@ list(APPEND armnn_sources
src/profiling/ProfilingConnectionFactory.cpp
src/profiling/ProfilingConnectionFactory.hpp
src/profiling/IBufferWrapper.hpp
+ src/profiling/IPeriodicCounterCapture.hpp
src/profiling/ISendCounterPacket.hpp
src/profiling/SendCounterPacket.hpp
src/profiling/SendCounterPacket.cpp