aboutsummaryrefslogtreecommitdiff
path: root/samples/CMakeLists.txt
blob: 5505de0bec07e478b0cf7c8790202a6da79d760b (plain)
1
2
3
4
5
6
7
8
9
if(BUILD_SAMPLE_APP AND ARMNNREF)
    add_executable(SimpleSample SimpleSample.cpp)
    target_link_libraries(SimpleSample armnn ${CMAKE_THREAD_LIBS_INIT})
endif()

if(SAMPLE_DYNAMIC_BACKEND)
    add_executable(DynamicSample DynamicSample.cpp)
    target_link_libraries(DynamicSample armnn ${CMAKE_THREAD_LIBS_INIT})
endif()