summaryrefslogtreecommitdiff
path: root/runtimes/CMakeLists.txt
blob: e8ee9ffc7ef6bece4b4611575df2b3d81669b331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if(BUILD_NEURUN)
  set(LIB_NEURUN neurun)
  add_subdirectory(neurun)
endif(BUILD_NEURUN)

if(BUILD_PURE_ARM_COMPUTE)
  set(LIB_PUREACL_RUNTIME nnapi_pure_arm_compute)
  add_subdirectory(pure_arm_compute)
endif()

if(NOT OBS_BUILD)
  add_subdirectory(logging)
endif(NOT OBS_BUILD)