Find default build location for Compute Library binaries.
[platform/upstream/armnn.git] / samples / CMakeLists.txt
1 if(BUILD_SAMPLE_APP AND ARMNNREF)
2     add_executable(SimpleSample SimpleSample.cpp)
3     target_link_libraries(SimpleSample armnn ${CMAKE_THREAD_LIBS_INIT})
4 endif()
5
6 if(BUILD_SAMPLE_APP AND SAMPLE_DYNAMIC_BACKEND)
7     add_executable(DynamicSample DynamicSample.cpp)
8     target_link_libraries(DynamicSample armnn ${CMAKE_THREAD_LIBS_INIT})
9 endif()