blob: 3009ac9a674d08cac6e8db2550309fd21f7057a1 [file] [log] [blame]
telsoa01c577f2c2018-08-31 09:22:23 +01001if(BUILD_SAMPLE_APP)
2 add_executable(SimpleSample SimpleSample.cpp)
3 target_link_libraries(SimpleSample armnn pthread)
4endif()