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