Change tools/nnapi_test to install (#429)
author김용섭/동작제어Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Wed, 4 Apr 2018 08:15:23 +0000 (17:15 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Wed, 4 Apr 2018 08:15:23 +0000 (17:15 +0900)
This commits enables tools/nnapi_test moved to Product/out/bin on
installed.

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
tools/nnapi_test/CMakeLists.txt

index 525a6b2..15fef0d 100644 (file)
@@ -3,3 +3,4 @@ list(APPEND SOURCES "src/nnapi_test.cc")
 add_executable(nnapi_test ${SOURCES})
 target_link_libraries(nnapi_test tensorflow_lite)
 target_link_libraries(nnapi_test nnfw_util)
+install(TARGETS nnapi_test DESTINATION bin)