Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/lang/cling/files/patch-lib_Interpreter_CMakeLists.txt
16461 views
1
--- lib/Interpreter/CMakeLists.txt.orig 2024-12-10 16:14:05 UTC
2
+++ lib/Interpreter/CMakeLists.txt
3
@@ -103,6 +103,8 @@ add_cling_library(clingInterpreter OBJECT
4
LINK_LIBS
5
${LIBS}
6
${CMAKE_DL_LIBS}
7
+ procstat
8
+ util
9
)
10
11
12
13