aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2019-09-04 16:42:29 +0100
committerFrancis Murtagh <francis.murtagh@arm.com>2019-09-04 16:42:29 +0100
commit68f78d8ef0134aaaf10ee4db94e808f68f1ba2a8 (patch)
tree26da6b0ceb773b9c60a2c7d592d1d63d1b8056eb /CMakeLists.txt
parent23ae2eae1caefba4948e6afda154a66238b26c2a (diff)
downloadarmnn-68f78d8ef0134aaaf10ee4db94e808f68f1ba2a8.tar.gz
IVGCVSW-3432 Create CaptureData Holder
* Create CaptureData and Holder classes * Add unit test Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com> Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Change-Id: I9f2766a8a6081ae4f9988904af2ca24cd434ebca
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a285c36a68..5478536050 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -420,6 +420,8 @@ list(APPEND armnn_sources
src/profiling/CounterDirectory.cpp
src/profiling/CounterDirectory.hpp
src/profiling/EncodeVersion.hpp
+ src/profiling/Holder.cpp
+ src/profiling/Holder.hpp
src/profiling/IProfilingConnection.hpp
src/profiling/Packet.cpp
src/profiling/Packet.hpp