From d88e47c3a334447b964649518c088bf32054ed79 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Mon, 19 Aug 2019 10:04:23 +0100 Subject: IVGCVSW-3429 Add a utility Version class Change-Id: Id429f7d9176c775953c1261c5a3e9f1d565927c1 Signed-off-by: Nikhil Raj --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index df4b742cda..05dd0ec16d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -417,6 +417,7 @@ list(APPEND armnn_sources src/profiling/CommandHandlerKey.hpp src/profiling/CommandHandlerRegistry.cpp src/profiling/CommandHandlerRegistry.hpp + src/profiling/EncodeVersion.hpp src/profiling/Packet.cpp src/profiling/Packet.hpp third-party/half/half.hpp -- cgit v1.2.1