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)