Release 18.08
[platform/upstream/armnn.git] / samples / CMakeLists.txt
1 if(BUILD_SAMPLE_APP)
2     add_executable(SimpleSample SimpleSample.cpp)
3     target_link_libraries(SimpleSample armnn pthread)
4 endif()