[neurun] Let xdata and xprobe be installed (#6634)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 14 Aug 2019 11:46:21 +0000 (20:46 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 14 Aug 2019 11:46:21 +0000 (20:46 +0900)
Update `CMakeLists.txt` to install xdata and xprobe.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/libs/xdata/CMakeLists.txt
runtimes/libs/xprobe/CMakeLists.txt

index 1467266..23a0830 100644 (file)
@@ -3,3 +3,5 @@ target_include_directories(nnfw_lib_xdata PUBLIC include)
 target_link_libraries(nnfw_lib_xdata PUBLIC nnfw_lib_xray_event)
 target_link_libraries(nnfw_lib_xdata PRIVATE nnfw_common)
 target_link_libraries(nnfw_lib_xdata PRIVATE nnfw_coverage)
+
+install(TARGETS nnfw_lib_xdata LIBRARY DESTINATION lib)
index a20320f..006899b 100644 (file)
@@ -5,3 +5,5 @@ target_link_libraries(nnfw_lib_xprobe PUBLIC nnfw_lib_xray_pipe)
 target_link_libraries(nnfw_lib_xprobe PRIVATE nnfw_lib_cpp14)
 target_link_libraries(nnfw_lib_xprobe PRIVATE nnfw_common)
 target_link_libraries(nnfw_lib_xprobe PRIVATE nnfw_coverage)
+
+install(TARGETS nnfw_lib_xprobe LIBRARY DESTINATION lib)