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