Change install dir of new runtime (#1844)
author이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 4 Jul 2018 02:47:31 +0000 (11:47 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 4 Jul 2018 02:47:31 +0000 (11:47 +0900)
1. install new runtime into lib/new_runtime

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
runtimes/new_runtime/CMakeLists.txt

index c45926e..5dd2a48 100644 (file)
@@ -9,4 +9,4 @@ target_link_libraries(${LIB_NEW_RUNTIME} arm_compute)
 target_link_libraries(${LIB_NEW_RUNTIME} nnfw_util)
 set_target_properties(${LIB_NEW_RUNTIME} PROPERTIES OUTPUT_NAME neuralnetworks)
 
-install(TARGETS ${LIB_NEW_RUNTIME} DESTINATION lib)
+install(TARGETS ${LIB_NEW_RUNTIME} DESTINATION lib/new_runtime)