Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
  • Loading branch information
mballance committed Sep 13, 2023
1 parent 297115d commit 8e5314a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ target_link_directories(vsc-solvers PRIVATE
)

target_link_libraries(vsc-solvers
vsc-dm
debug-mgr
# vsc-dm
# debug-mgr
bitwuzla
boolector
btor2parser
cadical
gmp
)
gmp)
add_dependencies(vsc-solvers Boolector Bitwuzla)

# add_library(vsc-solvers_static STATIC ${vsc_solvers_SRC})
Expand Down

0 comments on commit 8e5314a

Please sign in to comment.