IVGCVSW-3656 Make the reference backend optional
[platform/upstream/armnn.git] / samples / CMakeLists.txt
1 if(BUILD_SAMPLE_APP AND ARMCOMPUTEREF)
2     add_executable(SimpleSample SimpleSample.cpp)
3     target_link_libraries(SimpleSample armnn ${CMAKE_THREAD_LIBS_INIT})
4 endif()