summaryrefslogtreecommitdiff
path: root/runtimes/CMakeLists.txt
blob: 2f1a972f3b62e6fd417a508ed8329bff9a1e9c25 (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(BUILD_LOGGING)
  add_subdirectory(logging)
endif(BUILD_LOGGING)