blob: 5716054eb1d9b1eb28b5b16a7dd322f698fa4bc0 [file] [log] [blame]
telsoa01c577f2c2018-08-31 09:22:23 +01001if(BUILD_SAMPLE_APP)
2 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()