aboutsummaryrefslogtreecommitdiff
path: root/samples/CMakeLists.txt
blob: 3009ac9a674d08cac6e8db2550309fd21f7057a1 (plain)
1
2
3
4
if(BUILD_SAMPLE_APP)
    add_executable(SimpleSample SimpleSample.cpp)
    target_link_libraries(SimpleSample armnn pthread)
endif()