From bc62605b8f4592881dcc6eb74b5d7af089ae3fd0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 15 Aug 2019 15:49:45 +0100 Subject: IVGCVSW-3415 Create the Packet Class Change-Id: Ie59e82e7f87f5ba6496aa8579bc9d40360d90999 Signed-off-by: Nikhil Raj --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 66b8cf4a10..b098a0ac90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -413,6 +413,8 @@ list(APPEND armnn_sources src/armnn/optimizations/SquashEqualSiblings.hpp src/profiling/CommandHandlerKey.cpp src/profiling/CommandHandlerKey.hpp + src/profiling/Packet.cpp + src/profiling/Packet.hpp third-party/half/half.hpp ) -- cgit v1.2.1