From d7fcafaaaa917db458be362060e1b7855cad8083 Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Thu, 23 Apr 2020 17:55:18 +0100 Subject: IVGCVSW-4722 Add missing m_TimelineEnabled bool to ConnectionAcknowledgedCommandHandler * Added timeline bool to ConnectionAcknowledgedCommandHandler * Added option to enable timeline profiling in ExecuteNetwork * Added CommandHandler stub to allow gatordMock to ignore packets Signed-off-by: Finn Williams Change-Id: I314f9411e0079cba8f103d3b8a89f2bf38bb21ab --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f74478565b..8f3aa0368a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1019,6 +1019,7 @@ if(BUILD_GATORD_MOCK) tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp tests/profiling/gatordmock/StreamMetadataCommandHandler.cpp tests/profiling/gatordmock/StreamMetadataCommandHandler.hpp + tests/profiling/gatordmock/StubCommandHandler.hpp ) include_directories(src/profiling tests/profiling tests/profiling/gatordmock src/timelineDecoder) -- cgit v1.2.1