From: Igor Kulaychuk Date: Tue, 27 Mar 2018 18:32:33 +0000 (+0300) Subject: Copy libdbgshim.so to install directory X-Git-Tag: submit/tizen/20180620.071641~14^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0125ca47f39d1c85c72750c18d4221d654ea45c;p=sdk%2Ftools%2Fnetcoredbg.git Copy libdbgshim.so to install directory --- diff --git a/src/debug/netcoredbg/CMakeLists.txt b/src/debug/netcoredbg/CMakeLists.txt index d608367..81a0ac9 100644 --- a/src/debug/netcoredbg/CMakeLists.txt +++ b/src/debug/netcoredbg/CMakeLists.txt @@ -58,6 +58,7 @@ add_executable(netcoredbg ${netcoredbg_SRC}) target_link_libraries(netcoredbg corguids dbgshim dl pthread) install(TARGETS netcoredbg DESTINATION ${CMAKE_INSTALL_PREFIX}) +install(FILES ${CLR_BIN_DIR}/libdbgshim.so DESTINATION ${CMAKE_INSTALL_PREFIX}) # SymbolReader