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 d608367..81a0ac9 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