We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e11b41 + 213cb57 commit f3cb5bbCopy full SHA for f3cb5bb
src/goto-programs/CMakeLists.txt
@@ -3,4 +3,5 @@ add_library(goto-programs ${sources})
3
4
generic_includes(goto-programs)
5
6
-target_link_libraries(goto-programs util assembler langapi analyses ansi-c)
+target_link_libraries(
7
+ goto-programs util assembler langapi analyses ansi-c java_bytecode)
0 commit comments