From d9f066d15ff507a330422fc0ebfffccda04be848 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9D=B4=EC=B6=98=EC=84=9D/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Staff=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Wed, 4 Jul 2018 11:47:31 +0900 Subject: [PATCH] Change install dir of new runtime (#1844) 1. install new runtime into lib/new_runtime Signed-off-by: Chunseok Lee --- runtimes/new_runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/new_runtime/CMakeLists.txt b/runtimes/new_runtime/CMakeLists.txt index c45926e..5dd2a48 100644 --- a/runtimes/new_runtime/CMakeLists.txt +++ b/runtimes/new_runtime/CMakeLists.txt @@ -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) -- 2.7.4