aboutsummaryrefslogtreecommitdiff
path: root/samples/CMakeLists.txt
blob: 5716054eb1d9b1eb28b5b16a7dd322f698fa4bc0 (plain)
1
2
3
4
if(BUILD_SAMPLE_APP)
    add_executable(SimpleSample SimpleSample.cpp)
    target_link_libraries(SimpleSample armnn ${CMAKE_THREAD_LIBS_INIT})
endif()