Let make tf2tflite installable (#8096)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 14 Oct 2019 04:25:41 +0000 (13:25 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 14 Oct 2019 04:25:41 +0000 (13:25 +0900)
From now on, install command will put tf2tflite binary into a proper
location.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
compiler/tf2tflite/CMakeLists.txt

index 74e723d..8b48d10 100644 (file)
@@ -42,6 +42,7 @@ target_link_libraries(tf2tflite PRIVATE hermes_std)
 target_link_libraries(tf2tflite PRIVATE stdex)
 target_link_libraries(tf2tflite PRIVATE angkor cwrap)
 target_link_libraries(tf2tflite PRIVATE tf2tflite_customop_info_proto)
+install(TARGETS tf2tflite DESTINATION bin)
 
 nncc_find_resource(TensorFlowTests)