summaryrefslogtreecommitdiff
path: root/runtime/neurun/backend/CMakeLists.txt
blob: fc363e031b7605939776862f6b78a2d05dd0faa8 (plain)
1
2
3
4
5
6
7
8
9
10
set(LIB_NEURUN_BACKEND_ACL_COMMON neurun_backend_acl_common)
set(LIB_NEURUN_BACKEND_CPU_COMMON neurun_backend_cpu_common)

add_subdirectory(cpu)
add_subdirectory(cpu_common)
add_subdirectory(acl_cl)
add_subdirectory(acl_neon)
add_subdirectory(acl_common)
add_subdirectory(hi_perf_cpu)
add_subdirectory(srcn)