From b87f5443f903a875cafd6affcbee5b01e21116f6 Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Thu, 23 Sep 2021 13:20:53 +0100 Subject: IVGCVSW-6314 Pre-Importing - Create example app Signed-off-by: Francis Murtagh Change-Id: Ibfbc9088aa09d363d67010a695866e68cef823fc --- samples/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'samples/CMakeLists.txt') diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 7af8b7265a..210dc9c864 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -16,3 +16,8 @@ if(BUILD_SAMPLE_APP AND ARMCOMPUTECL) target_link_libraries(CustomMemoryAllocatorSample armnn ${CMAKE_THREAD_LIBS_INIT}) endif() +if(BUILD_SAMPLE_APP AND ARMNNREF) + add_executable(PreImportMemorySample PreImportMemorySample.cpp) + target_link_libraries(PreImportMemorySample armnn ${CMAKE_THREAD_LIBS_INIT}) +endif() + -- cgit v1.2.1