From e195a0418d86650e132737716059bff0ec80257f Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Tue, 12 Apr 2022 17:19:28 +0100 Subject: IVGCVSW-6710 Add compile of BareMetalDeserializedGraph sample Change-Id: Ice69c2a22f589f68d302f80500dfe4e514a796d2 Signed-off-by: Jim Flynn --- samples/BareMetalDeserializedGraph.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 samples/BareMetalDeserializedGraph.cpp (limited to 'samples/BareMetalDeserializedGraph.cpp') diff --git a/samples/BareMetalDeserializedGraph.cpp b/samples/BareMetalDeserializedGraph.cpp new file mode 100644 index 0000000000..8b0df5f6dd --- /dev/null +++ b/samples/BareMetalDeserializedGraph.cpp @@ -0,0 +1,11 @@ +// +// Copyright © 2022 Arm Ltd and Contributors. All rights reserved. +// SPDX-License-Identifier: MIT +// +#include + +int main() +{ + printf("The bare metal deserialized graph was successfully executed\n"); + return 0; +} -- cgit v1.2.1