c43160ba7be9259810fd9aa314a5e68a13f7a937
[platform/core/ml/nnfw.git] / runtime / onert / backend / CMakeLists.txt
1 # Backend common libs
2 set(LIB_ONERT_BACKEND_ACL_COMMON onert_backend_acl_common)
3 set(LIB_ONERT_BACKEND_CL_COMMON onert_backend_cl_common)
4 add_subdirectory(cl_common)
5 add_subdirectory(acl_common)
6
7 # Backends
8 add_subdirectory(cpu)
9 add_subdirectory(acl_cl)
10 add_subdirectory(acl_neon)
11 add_subdirectory(ruy)
12 add_subdirectory(gpu_cl)
13 add_subdirectory(xnnpack)
14 add_subdirectory(trix)