Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / runtime / onert / backend / CMakeLists.txt
1 set(LIB_ONERT_BACKEND_ACL_COMMON onert_backend_acl_common)
2
3 add_subdirectory(cpu)
4 add_subdirectory(acl_cl)
5 add_subdirectory(acl_neon)
6 add_subdirectory(acl_common)