blob: 5716054eb1d9b1eb28b5b16a7dd322f698fa4bc0 [file] [log] [blame]
if(BUILD_SAMPLE_APP)
add_executable(SimpleSample SimpleSample.cpp)
target_link_libraries(SimpleSample armnn ${CMAKE_THREAD_LIBS_INIT})
endif()