summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
blob: a498d907c09beacaaaf717f8206d1f02b8988ea1 (plain)
1
2
3
4
5
6
if(NOT BUILD_TOOLS)
  return()
endif(NOT BUILD_TOOLS)

add_subdirectory(nnapi_quickcheck)
add_subdirectory(opencl_tool)