Skip to content

Commit

Permalink
[tflite2circle] Add install command in Cmake (Samsung#605)
Browse files Browse the repository at this point in the history
This commit adds install command in Cmake

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
  • Loading branch information
mhs4670go authored May 8, 2020
1 parent c6de5b6 commit 7f92fbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/tflite2circle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ target_link_libraries(tflite2circle safemain)
target_link_libraries(tflite2circle stdex)
target_link_libraries(tflite2circle mio_tflite)
target_link_libraries(tflite2circle mio_circle)

install(TARGETS tflite2circle DESTINATION bin)

0 comments on commit 7f92fbd

Please sign in to comment.