blob: 5505de0bec07e478b0cf7c8790202a6da79d760b [file] [log] [blame]
Matteo Martincighdb16dd32019-08-27 16:41:11 +01001if(BUILD_SAMPLE_APP AND ARMNNREF)
telsoa01c577f2c2018-08-31 09:22:23 +01002 add_executable(SimpleSample SimpleSample.cpp)
Matthew Bentham347dfcf2018-11-19 11:28:58 +00003 target_link_libraries(SimpleSample armnn ${CMAKE_THREAD_LIBS_INIT})
telsoa01c577f2c2018-08-31 09:22:23 +01004endif()
Narumol Prangnawarat867eba52020-02-03 12:29:56 +00005
6if(SAMPLE_DYNAMIC_BACKEND)
7 add_executable(DynamicSample DynamicSample.cpp)
8 target_link_libraries(DynamicSample armnn ${CMAKE_THREAD_LIBS_INIT})
9endif()