summaryrefslogtreecommitdiff
path: root/tools/tflite_benchmark/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tflite_benchmark/CMakeLists.txt')
-rw-r--r--tools/tflite_benchmark/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/tflite_benchmark/CMakeLists.txt b/tools/tflite_benchmark/CMakeLists.txt
deleted file mode 100644
index 72ee5d3f9..000000000
--- a/tools/tflite_benchmark/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-list(APPEND SOURCES "src/tflite_benchmark.cc")
-
-add_executable(tflite_benchmark ${SOURCES})
-target_link_libraries(tflite_benchmark tensorflow-lite ${LIB_PTHREAD} dl nnfw_util nnfw_support_tflite)
-install(TARGETS tflite_benchmark DESTINATION bin)