From 6b1bf1a40bebf4cc108d39f8b8e0c29bdfc51ce1 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Wed, 22 Jan 2020 15:18:49 +0000 Subject: IVGCVSW-4156 Remove backend dependency on ProfilingService.hpp Change-Id: I3b18ede85408bdfbc5147396e183e87bdabd3754 Signed-off-by: Jim Flynn --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 21d1336578..88f6396f02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -224,6 +224,7 @@ list(APPEND armnn_sources include/armnn/ILayerVisitor.hpp include/armnn/INetwork.hpp include/armnn/IProfiler.hpp + include/armnn/IProfilingGuidGenerator.hpp include/armnn/IRuntime.hpp include/armnn/LayerSupport.hpp include/armnn/LayerVisitorBase.hpp @@ -467,7 +468,6 @@ list(APPEND armnn_sources src/profiling/IPeriodicCounterCapture.hpp src/profiling/IProfilingConnection.hpp src/profiling/IProfilingConnectionFactory.hpp - src/profiling/IProfilingGuidGenerator.hpp src/profiling/LabelsAndEventClasses.cpp src/profiling/LabelsAndEventClasses.hpp src/profiling/Packet.hpp -- cgit v1.2.1