blob: 3009ac9a674d08cac6e8db2550309fd21f7057a1 [file] [log] [blame]
if(BUILD_SAMPLE_APP)
add_executable(SimpleSample SimpleSample.cpp)
target_link_libraries(SimpleSample armnn pthread)
endif()