Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / compiler / tfl-verify / CMakeLists.txt
index 5bead5b..4e03722 100644 (file)
@@ -1,6 +1,6 @@
-if(NOT TARGET mio_tflite280)
+if(NOT TARGET mio_tflite2121)
   return()
-endif(NOT TARGET mio_tflite280)
+endif(NOT TARGET mio_tflite2121)
 
 file(GLOB_RECURSE SOURCES "src/*.cpp")
 
@@ -8,6 +8,6 @@ add_executable(tfl-verify ${SOURCES})
 target_include_directories(tfl-verify PRIVATE src)
 target_link_libraries(tfl-verify arser)
 target_link_libraries(tfl-verify foder)
-target_link_libraries(tfl-verify mio_tflite280)
+target_link_libraries(tfl-verify mio_tflite2121)
 target_link_libraries(tfl-verify safemain)
 target_link_libraries(tfl-verify cwrap)