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