Copy libdbgshim.so to install directory
authorIgor Kulaychuk <i.kulaychuk@samsung.com>
Tue, 27 Mar 2018 18:32:33 +0000 (21:32 +0300)
committerIgor Kulaychuk <i.kulaychuk@samsung.com>
Tue, 27 Mar 2018 18:45:19 +0000 (21:45 +0300)
src/debug/netcoredbg/CMakeLists.txt

index d608367eee344186b8ac8f9b177a9d7e36302265..81a0ac96bdcafeda7f11c577072c26eaf2ebde11 100644 (file)
@@ -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