Skip to content

Commit

Permalink
Merge pull request diffblue#1938 from romainbrenguier/fix-cmake
Browse files Browse the repository at this point in the history
Fix cmake build
  • Loading branch information
Daniel Kroening committed Mar 15, 2018
2 parents 9e11b41 + 213cb57 commit f3cb5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/goto-programs/CMakeLists.txt
Expand Up @@ -3,4 +3,5 @@ add_library(goto-programs ${sources})

generic_includes(goto-programs)

target_link_libraries(goto-programs util assembler langapi analyses ansi-c)
target_link_libraries(
goto-programs util assembler langapi analyses ansi-c java_bytecode)

0 comments on commit f3cb5bb

Please sign in to comment.