From 4833cea9036df428634cf64d8f1c4b54fc5da41f Mon Sep 17 00:00:00 2001 From: FinnWilliamsArm Date: Tue, 17 Sep 2019 16:53:53 +0100 Subject: IVGCVSW-3439 Create the Command Thread Signed-off-by: FinnWilliamsArm Change-Id: I9548c5937967f4c25841bb851273168379687bcd --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 90eb0328dd..3da7e8bcfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -428,6 +428,8 @@ list(APPEND armnn_sources src/profiling/CommandHandlerKey.hpp src/profiling/CommandHandlerRegistry.cpp src/profiling/CommandHandlerRegistry.hpp + src/profiling/CommandThread.cpp + src/profiling/CommandThread.hpp src/profiling/ConnectionAcknowledgedCommandHandler.cpp src/profiling/ConnectionAcknowledgedCommandHandler.hpp src/profiling/CounterDirectory.cpp -- cgit v1.2.1