aboutsummaryrefslogtreecommitdiff
path: root/devel/RStudio/files/patch-src_cpp_diagnostics_CMakeLists.txt
blob: 87ce7d04e529792642d4792cf968078113e9a4a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/cpp/diagnostics/CMakeLists.txt.orig	2018-05-30 06:20:49 UTC
+++ src/cpp/diagnostics/CMakeLists.txt
@@ -62,6 +62,7 @@ endif()
 # set link dependencies
 target_link_libraries(diagnostics
    rstudio-core
+   procstat
 )
 if(NOT RSTUDIO_SESSION_WIN64)
    install(TARGETS diagnostics DESTINATION ${RSTUDIO_INSTALL_BIN})